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