pub struct DesktopNotifier;Expand description
Notifier that shows OS-native desktop notifications.
Implementations§
Trait Implementations§
Source§impl Default for DesktopNotifier
impl Default for DesktopNotifier
Auto Trait Implementations§
impl Freeze for DesktopNotifier
impl RefUnwindSafe for DesktopNotifier
impl Send for DesktopNotifier
impl Sync for DesktopNotifier
impl Unpin for DesktopNotifier
impl UnsafeUnpin for DesktopNotifier
impl UnwindSafe for DesktopNotifier
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