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