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