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