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