pub enum FleetAlertEventClass {
Stale,
RestartExhausted,
NeedsHuman,
BudgetExceeded,
VerifierFailed,
RunCompleted,
}Variants§
Trait Implementations§
Source§impl Clone for FleetAlertEventClass
impl Clone for FleetAlertEventClass
Source§fn clone(&self) -> FleetAlertEventClass
fn clone(&self) -> FleetAlertEventClass
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 FleetAlertEventClass
Source§impl Debug for FleetAlertEventClass
impl Debug for FleetAlertEventClass
Source§impl<'de> Deserialize<'de> for FleetAlertEventClass
impl<'de> Deserialize<'de> for FleetAlertEventClass
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for FleetAlertEventClass
Source§impl Hash for FleetAlertEventClass
impl Hash for FleetAlertEventClass
Source§impl Ord for FleetAlertEventClass
impl Ord for FleetAlertEventClass
Source§fn cmp(&self, other: &FleetAlertEventClass) -> Ordering
fn cmp(&self, other: &FleetAlertEventClass) -> 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
Source§impl PartialEq for FleetAlertEventClass
impl PartialEq for FleetAlertEventClass
Source§fn eq(&self, other: &FleetAlertEventClass) -> bool
fn eq(&self, other: &FleetAlertEventClass) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for FleetAlertEventClass
impl PartialOrd for FleetAlertEventClass
Source§impl Serialize for FleetAlertEventClass
impl Serialize for FleetAlertEventClass
impl StructuralPartialEq for FleetAlertEventClass
Auto Trait Implementations§
impl Freeze for FleetAlertEventClass
impl RefUnwindSafe for FleetAlertEventClass
impl Send for FleetAlertEventClass
impl Sync for FleetAlertEventClass
impl Unpin for FleetAlertEventClass
impl UnsafeUnpin for FleetAlertEventClass
impl UnwindSafe for FleetAlertEventClass
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