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 · 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 BalloonIcon
impl Debug for BalloonIcon
Source§impl PartialEq for BalloonIcon
impl PartialEq for BalloonIcon
impl Copy for BalloonIcon
impl Eq for BalloonIcon
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