pub struct RandomizeCommand { /* private fields */ }Expand description
The RANDOMIZE command.
Implementations§
Trait Implementations§
Source§impl Callable for RandomizeCommand
impl Callable for RandomizeCommand
Auto Trait Implementations§
impl Freeze for RandomizeCommand
impl !RefUnwindSafe for RandomizeCommand
impl !Send for RandomizeCommand
impl !Sync for RandomizeCommand
impl Unpin for RandomizeCommand
impl UnsafeUnpin for RandomizeCommand
impl !UnwindSafe for RandomizeCommand
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