#[repr(C)]pub struct NotificationHandler { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for NotificationHandler
impl !RefUnwindSafe for NotificationHandler
impl Send for NotificationHandler
impl Sync for NotificationHandler
impl Unpin for NotificationHandler
impl !UnwindSafe for NotificationHandler
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