pub enum PluginScopeQuarantineReason {
Failed,
Panicked,
TimedOut,
WorkerUnavailable,
}Variants§
Trait Implementations§
Source§impl Clone for PluginScopeQuarantineReason
impl Clone for PluginScopeQuarantineReason
Source§fn clone(&self) -> PluginScopeQuarantineReason
fn clone(&self) -> PluginScopeQuarantineReason
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 PluginScopeQuarantineReason
Source§impl Debug for PluginScopeQuarantineReason
impl Debug for PluginScopeQuarantineReason
impl Eq for PluginScopeQuarantineReason
Source§impl Hash for PluginScopeQuarantineReason
impl Hash for PluginScopeQuarantineReason
Source§impl Ord for PluginScopeQuarantineReason
impl Ord for PluginScopeQuarantineReason
Source§fn cmp(&self, other: &PluginScopeQuarantineReason) -> Ordering
fn cmp(&self, other: &PluginScopeQuarantineReason) -> 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 PartialOrd for PluginScopeQuarantineReason
impl PartialOrd for PluginScopeQuarantineReason
impl StructuralPartialEq for PluginScopeQuarantineReason
Auto Trait Implementations§
impl Freeze for PluginScopeQuarantineReason
impl RefUnwindSafe for PluginScopeQuarantineReason
impl Send for PluginScopeQuarantineReason
impl Sync for PluginScopeQuarantineReason
impl Unpin for PluginScopeQuarantineReason
impl UnsafeUnpin for PluginScopeQuarantineReason
impl UnwindSafe for PluginScopeQuarantineReason
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