pub struct Notification { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for Notification
impl Default for Notification
Source§impl Receiver for &Notification
impl Receiver for &Notification
Auto Trait Implementations§
impl !Freeze for Notification
impl !RefUnwindSafe for Notification
impl Send for Notification
impl Sync for Notification
impl Unpin for Notification
impl UnwindSafe for Notification
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