pub struct SetComparisonCallElementParams {
pub ftype_id: i64,
pub felem_id: i64,
pub exec_order: i64,
pub updates: Value,
}Expand description
Parameters for setting a comparison call element
Fields§
§ftype_id: i64§felem_id: i64§exec_order: i64§updates: ValueTrait Implementations§
Source§impl Clone for SetComparisonCallElementParams
impl Clone for SetComparisonCallElementParams
Source§fn clone(&self) -> SetComparisonCallElementParams
fn clone(&self) -> SetComparisonCallElementParams
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 SetComparisonCallElementParams
impl RefUnwindSafe for SetComparisonCallElementParams
impl Send for SetComparisonCallElementParams
impl Sync for SetComparisonCallElementParams
impl Unpin for SetComparisonCallElementParams
impl UnsafeUnpin for SetComparisonCallElementParams
impl UnwindSafe for SetComparisonCallElementParams
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