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