pub struct ModifyVariableSetCommand<const N: usize> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<const N: usize> Command for ModifyVariableSetCommand<N>
impl<const N: usize> Command for ModifyVariableSetCommand<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for ModifyVariableSetCommand<N>
impl<const N: usize> RefUnwindSafe for ModifyVariableSetCommand<N>
impl<const N: usize> Send for ModifyVariableSetCommand<N>
impl<const N: usize> Sync for ModifyVariableSetCommand<N>
impl<const N: usize> Unpin for ModifyVariableSetCommand<N>
impl<const N: usize> UnsafeUnpin for ModifyVariableSetCommand<N>
impl<const N: usize> UnwindSafe for ModifyVariableSetCommand<N>
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