pub enum AlarmSeverity {
Info,
Warning,
Error,
}Variants§
Trait Implementations§
Source§impl Clone for AlarmSeverity
impl Clone for AlarmSeverity
Source§fn clone(&self) -> AlarmSeverity
fn clone(&self) -> AlarmSeverity
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 AlarmSeverity
impl Debug for AlarmSeverity
Source§impl Ord for AlarmSeverity
impl Ord for AlarmSeverity
Source§fn cmp(&self, other: &AlarmSeverity) -> Ordering
fn cmp(&self, other: &AlarmSeverity) -> Ordering
1.21.0 · 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 AlarmSeverity
impl PartialEq for AlarmSeverity
Source§impl PartialOrd for AlarmSeverity
impl PartialOrd for AlarmSeverity
impl Copy for AlarmSeverity
impl Eq for AlarmSeverity
impl StructuralPartialEq for AlarmSeverity
Auto Trait Implementations§
impl Freeze for AlarmSeverity
impl RefUnwindSafe for AlarmSeverity
impl Send for AlarmSeverity
impl Sync for AlarmSeverity
impl Unpin for AlarmSeverity
impl UnsafeUnpin for AlarmSeverity
impl UnwindSafe for AlarmSeverity
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