pub struct SetDistinctCallParams {
pub dfcall_id: i64,
pub exec_order: Option<i64>,
}Expand description
Parameters for setting (updating) a distinct call
Fields§
§dfcall_id: i64§exec_order: Option<i64>Trait Implementations§
Source§impl Clone for SetDistinctCallParams
impl Clone for SetDistinctCallParams
Source§fn clone(&self) -> SetDistinctCallParams
fn clone(&self) -> SetDistinctCallParams
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 moreSource§impl Debug for SetDistinctCallParams
impl Debug for SetDistinctCallParams
Source§impl Default for SetDistinctCallParams
impl Default for SetDistinctCallParams
Source§fn default() -> SetDistinctCallParams
fn default() -> SetDistinctCallParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetDistinctCallParams
impl RefUnwindSafe for SetDistinctCallParams
impl Send for SetDistinctCallParams
impl Sync for SetDistinctCallParams
impl Unpin for SetDistinctCallParams
impl UnsafeUnpin for SetDistinctCallParams
impl UnwindSafe for SetDistinctCallParams
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