pub enum BalloonIcon {
None,
Info,
Warning,
Error,
}Expand description
Icon style for tray balloon notifications.
Variants§
Trait Implementations§
Source§impl Clone for BalloonIcon
impl Clone for BalloonIcon
Source§fn clone(&self) -> BalloonIcon
fn clone(&self) -> BalloonIcon
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 BalloonIcon
Source§impl Debug for BalloonIcon
impl Debug for BalloonIcon
impl Eq for BalloonIcon
Source§impl PartialEq for BalloonIcon
impl PartialEq for BalloonIcon
Source§fn eq(&self, other: &BalloonIcon) -> bool
fn eq(&self, other: &BalloonIcon) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BalloonIcon
Auto Trait Implementations§
impl Freeze for BalloonIcon
impl RefUnwindSafe for BalloonIcon
impl Send for BalloonIcon
impl Sync for BalloonIcon
impl Unpin for BalloonIcon
impl UnsafeUnpin for BalloonIcon
impl UnwindSafe for BalloonIcon
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