pub struct NotificationCategory {}Auto Trait Implementations§
impl Freeze for NotificationCategory
impl RefUnwindSafe for NotificationCategory
impl Send for NotificationCategory
impl Sync for NotificationCategory
impl Unpin for NotificationCategory
impl UnsafeUnpin for NotificationCategory
impl UnwindSafe for NotificationCategory
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