#[repr(u8)]pub enum PeakPeriodSeverity {
Unused = 0,
Low = 1,
Medium = 2,
High = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PeakPeriodSeverity
impl Clone for PeakPeriodSeverity
Source§fn clone(&self) -> PeakPeriodSeverity
fn clone(&self) -> PeakPeriodSeverity
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 PeakPeriodSeverity
impl Debug for PeakPeriodSeverity
Source§impl<'de> Deserialize<'de> for PeakPeriodSeverity
impl<'de> Deserialize<'de> for PeakPeriodSeverity
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
Source§impl From<PeakPeriodSeverity> for u8
impl From<PeakPeriodSeverity> for u8
Source§fn from(val: PeakPeriodSeverity) -> Self
fn from(val: PeakPeriodSeverity) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PeakPeriodSeverity
impl PartialEq for PeakPeriodSeverity
Source§impl Serialize for PeakPeriodSeverity
impl Serialize for PeakPeriodSeverity
impl Copy for PeakPeriodSeverity
impl Eq for PeakPeriodSeverity
impl StructuralPartialEq for PeakPeriodSeverity
Auto Trait Implementations§
impl Freeze for PeakPeriodSeverity
impl RefUnwindSafe for PeakPeriodSeverity
impl Send for PeakPeriodSeverity
impl Sync for PeakPeriodSeverity
impl Unpin for PeakPeriodSeverity
impl UnwindSafe for PeakPeriodSeverity
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