Struct tauri_sys::notification::Notification
source · pub struct Notification<'a> { /* private fields */ }
Expand description
The desktop notification definition.
Allows you to construct a Notification data and send it.
Implementations§
source§impl<'a> Notification<'a>
impl<'a> Notification<'a>
Trait Implementations§
source§impl<'a> Debug for Notification<'a>
impl<'a> Debug for Notification<'a>
source§impl<'a> Default for Notification<'a>
impl<'a> Default for Notification<'a>
source§fn default() -> Notification<'a>
fn default() -> Notification<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for Notification<'a>
impl<'a> RefUnwindSafe for Notification<'a>
impl<'a> Send for Notification<'a>
impl<'a> Sync for Notification<'a>
impl<'a> Unpin for Notification<'a>
impl<'a> UnwindSafe for Notification<'a>
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