#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NotifyUrgency
Source§impl Debug for NotifyUrgency
impl Debug for NotifyUrgency
impl Eq for NotifyUrgency
Source§impl PartialEq for NotifyUrgency
impl PartialEq for NotifyUrgency
Source§fn eq(&self, other: &NotifyUrgency) -> bool
fn eq(&self, other: &NotifyUrgency) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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