pub struct SetVariables;Expand description
Marker type for the SetVariables action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetVariables
impl RefUnwindSafe for SetVariables
impl Send for SetVariables
impl Sync for SetVariables
impl Unpin for SetVariables
impl UnsafeUnpin for SetVariables
impl UnwindSafe for SetVariables
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