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