pub struct LogHandle { /* private fields */ }
Expand description
An open handle to the logging service.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Crossing for LogHandle
impl Freeze for LogHandle
impl !ObjSafe for LogHandle
impl RefUnwindSafe for LogHandle
impl Send for LogHandle
impl Sync for LogHandle
impl Unpin for LogHandle
impl UnwindSafe for LogHandle
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