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