pub struct RunSuspendCommand { /* private fields */ }Expand description
Semantic command for run suspension mutation.
Implementations§
Trait Implementations§
Source§impl Clone for RunSuspendCommand
impl Clone for RunSuspendCommand
Source§fn clone(&self) -> RunSuspendCommand
fn clone(&self) -> RunSuspendCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RunSuspendCommand
impl Debug for RunSuspendCommand
Source§impl PartialEq for RunSuspendCommand
impl PartialEq for RunSuspendCommand
impl Eq for RunSuspendCommand
impl StructuralPartialEq for RunSuspendCommand
Auto Trait Implementations§
impl Freeze for RunSuspendCommand
impl RefUnwindSafe for RunSuspendCommand
impl Send for RunSuspendCommand
impl Sync for RunSuspendCommand
impl Unpin for RunSuspendCommand
impl UnsafeUnpin for RunSuspendCommand
impl UnwindSafe for RunSuspendCommand
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