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