pub struct notificationsDisabled;Trait Implementations§
Source§impl Field for notificationsDisabled
impl Field for notificationsDisabled
Auto Trait Implementations§
impl Freeze for notificationsDisabled
impl RefUnwindSafe for notificationsDisabled
impl Send for notificationsDisabled
impl Sync for notificationsDisabled
impl Unpin for notificationsDisabled
impl UnwindSafe for notificationsDisabled
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