#[repr(C)]pub enum NotifyUrgency {
Low = 0,
Normal = 1,
Critical = 2,
}Variants§
Trait Implementations§
Source§impl Clone for NotifyUrgency
impl Clone for NotifyUrgency
Source§fn clone(&self) -> NotifyUrgency
fn clone(&self) -> NotifyUrgency
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 NotifyUrgency
impl Debug for NotifyUrgency
Source§impl PartialEq for NotifyUrgency
impl PartialEq for NotifyUrgency
impl Copy for NotifyUrgency
impl Eq for NotifyUrgency
impl StructuralPartialEq for NotifyUrgency
Auto Trait Implementations§
impl Freeze for NotifyUrgency
impl RefUnwindSafe for NotifyUrgency
impl Send for NotifyUrgency
impl Sync for NotifyUrgency
impl Unpin for NotifyUrgency
impl UnwindSafe for NotifyUrgency
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