pub struct LoggingHandle { /* private fields */ }Expand description
A handle for logging that cleans up all allocated resources on drop.
Trait Implementations§
Source§impl Default for LoggingHandle
impl Default for LoggingHandle
Source§fn default() -> LoggingHandle
fn default() -> LoggingHandle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LoggingHandle
impl !RefUnwindSafe for LoggingHandle
impl Send for LoggingHandle
impl Sync for LoggingHandle
impl Unpin for LoggingHandle
impl UnsafeUnpin for LoggingHandle
impl !UnwindSafe for LoggingHandle
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