pub enum Urgency {
Normal,
Flash,
Background,
}
Variants§
Implementations§
Trait Implementations§
Source§impl ToFixString for Urgency
impl ToFixString for Urgency
fn to_fix_string(&self) -> FixString
impl Copy for Urgency
impl Eq for Urgency
impl StructuralPartialEq for Urgency
Auto Trait Implementations§
impl Freeze for Urgency
impl RefUnwindSafe for Urgency
impl Send for Urgency
impl Sync for Urgency
impl Unpin for Urgency
impl UnwindSafe for Urgency
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