pub struct DesktopNotificationClient { /* private fields */ }Expand description
Desktop notification client using notify-rust
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DesktopNotificationClient
impl RefUnwindSafe for DesktopNotificationClient
impl Send for DesktopNotificationClient
impl Sync for DesktopNotificationClient
impl Unpin for DesktopNotificationClient
impl UnwindSafe for DesktopNotificationClient
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