pub struct SetRandom(pub bool);
Expand description
random
command.
Tuple Fields§
§0: bool
Trait Implementations§
Source§impl Command for SetRandom
impl Command for SetRandom
Source§fn command(&self) -> RawCommand
fn command(&self) -> RawCommand
Create the raw command representation for transmission.
impl Eq for SetRandom
impl StructuralPartialEq for SetRandom
Auto Trait Implementations§
impl Freeze for SetRandom
impl RefUnwindSafe for SetRandom
impl Send for SetRandom
impl Sync for SetRandom
impl Unpin for SetRandom
impl UnwindSafe for SetRandom
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