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