pub struct SetVarOp {
pub collection: String,
pub name: String,
pub operation: SetVarOperation,
}Expand description
Variable set operation.
Fields§
§collection: StringCollection name (usually “TX”).
name: StringVariable name.
operation: SetVarOperationOperation to perform.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetVarOp
impl RefUnwindSafe for SetVarOp
impl Send for SetVarOp
impl Sync for SetVarOp
impl Unpin for SetVarOp
impl UnwindSafe for SetVarOp
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