pub struct NotificationsModule;Expand description
The notifications capability module.
Implementations§
Trait Implementations§
Source§impl Default for NotificationsModule
impl Default for NotificationsModule
Source§impl StdlibModule for NotificationsModule
impl StdlibModule for NotificationsModule
Auto Trait Implementations§
impl Freeze for NotificationsModule
impl RefUnwindSafe for NotificationsModule
impl Send for NotificationsModule
impl Sync for NotificationsModule
impl Unpin for NotificationsModule
impl UnwindSafe for NotificationsModule
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