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