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