pub enum NotifyIconArgument {
NoIcon,
Warning,
Info,
Hint,
Error,
Confused,
Ok,
}Variants§
Trait Implementations§
Source§impl Argument for NotifyIconArgument
impl Argument for NotifyIconArgument
fn to_argument_string(&self) -> String
Source§impl Clone for NotifyIconArgument
impl Clone for NotifyIconArgument
Source§fn clone(&self) -> NotifyIconArgument
fn clone(&self) -> NotifyIconArgument
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 moreAuto Trait Implementations§
impl Freeze for NotifyIconArgument
impl RefUnwindSafe for NotifyIconArgument
impl Send for NotifyIconArgument
impl Sync for NotifyIconArgument
impl Unpin for NotifyIconArgument
impl UnwindSafe for NotifyIconArgument
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