pub enum StateMachineStatus {
Active,
Deleting,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StateMachineStatus
impl Clone for StateMachineStatus
Source§fn clone(&self) -> StateMachineStatus
fn clone(&self) -> StateMachineStatus
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 StateMachineStatus
impl Debug for StateMachineStatus
Source§impl PartialEq for StateMachineStatus
impl PartialEq for StateMachineStatus
impl Copy for StateMachineStatus
impl Eq for StateMachineStatus
impl StructuralPartialEq for StateMachineStatus
Auto Trait Implementations§
impl Freeze for StateMachineStatus
impl RefUnwindSafe for StateMachineStatus
impl Send for StateMachineStatus
impl Sync for StateMachineStatus
impl Unpin for StateMachineStatus
impl UnsafeUnpin for StateMachineStatus
impl UnwindSafe for StateMachineStatus
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