pub struct LogMonitor { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for LogMonitor
impl RefUnwindSafe for LogMonitor
impl Send for LogMonitor
impl Sync for LogMonitor
impl Unpin for LogMonitor
impl UnsafeUnpin for LogMonitor
impl UnwindSafe for LogMonitor
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