pub struct RunResumeCommand { /* private fields */ }Expand description
Semantic command for run resumption mutation.
Implementations§
Trait Implementations§
Source§impl Clone for RunResumeCommand
impl Clone for RunResumeCommand
Source§fn clone(&self) -> RunResumeCommand
fn clone(&self) -> RunResumeCommand
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 RunResumeCommand
impl Debug for RunResumeCommand
Source§impl PartialEq for RunResumeCommand
impl PartialEq for RunResumeCommand
impl Copy for RunResumeCommand
impl Eq for RunResumeCommand
impl StructuralPartialEq for RunResumeCommand
Auto Trait Implementations§
impl Freeze for RunResumeCommand
impl RefUnwindSafe for RunResumeCommand
impl Send for RunResumeCommand
impl Sync for RunResumeCommand
impl Unpin for RunResumeCommand
impl UnsafeUnpin for RunResumeCommand
impl UnwindSafe for RunResumeCommand
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