pub struct DeleteComparisonCallElementParams {
pub ftype_id: i64,
pub felem_id: i64,
pub exec_order: i64,
}Expand description
Parameters for deleting a comparison call element
Fields§
§ftype_id: i64§felem_id: i64§exec_order: i64Trait Implementations§
Source§impl Clone for DeleteComparisonCallElementParams
impl Clone for DeleteComparisonCallElementParams
Source§fn clone(&self) -> DeleteComparisonCallElementParams
fn clone(&self) -> DeleteComparisonCallElementParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DeleteComparisonCallElementParams
impl RefUnwindSafe for DeleteComparisonCallElementParams
impl Send for DeleteComparisonCallElementParams
impl Sync for DeleteComparisonCallElementParams
impl Unpin for DeleteComparisonCallElementParams
impl UnsafeUnpin for DeleteComparisonCallElementParams
impl UnwindSafe for DeleteComparisonCallElementParams
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more