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