pub enum PluginScopeState {
Created,
Starting,
Running,
Draining,
Closed,
Failed,
Cancelled,
Quarantined,
}Variants§
Trait Implementations§
Source§impl Clone for PluginScopeState
impl Clone for PluginScopeState
Source§fn clone(&self) -> PluginScopeState
fn clone(&self) -> PluginScopeState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PluginScopeState
Source§impl Debug for PluginScopeState
impl Debug for PluginScopeState
impl Eq for PluginScopeState
Source§impl Hash for PluginScopeState
impl Hash for PluginScopeState
Source§impl Ord for PluginScopeState
impl Ord for PluginScopeState
Source§fn cmp(&self, other: &PluginScopeState) -> Ordering
fn cmp(&self, other: &PluginScopeState) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for PluginScopeState
impl PartialEq for PluginScopeState
Source§impl PartialOrd for PluginScopeState
impl PartialOrd for PluginScopeState
impl StructuralPartialEq for PluginScopeState
Auto Trait Implementations§
impl Freeze for PluginScopeState
impl RefUnwindSafe for PluginScopeState
impl Send for PluginScopeState
impl Sync for PluginScopeState
impl Unpin for PluginScopeState
impl UnsafeUnpin for PluginScopeState
impl UnwindSafe for PluginScopeState
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