pub enum RisBand {
Low,
Medium,
High,
Severe,
}Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RisBand
impl<'de> Deserialize<'de> for RisBand
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 Copy for RisBand
impl Eq for RisBand
impl StructuralPartialEq for RisBand
Auto Trait Implementations§
impl Freeze for RisBand
impl RefUnwindSafe for RisBand
impl Send for RisBand
impl Sync for RisBand
impl Unpin for RisBand
impl UnsafeUnpin for RisBand
impl UnwindSafe for RisBand
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