pub enum AlertPriority {
Normal = 0,
High = 1,
Critical = 2,
Meta = 3,
}Variants§
Auto Trait Implementations§
impl Freeze for AlertPriority
impl RefUnwindSafe for AlertPriority
impl Send for AlertPriority
impl Sync for AlertPriority
impl Unpin for AlertPriority
impl UnwindSafe for AlertPriority
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