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