pub struct AsyncLoggerHandle { /* private fields */ }
Expand description
Handle to the async logger
Implementations§
Trait Implementations§
Source§impl Clone for AsyncLoggerHandle
impl Clone for AsyncLoggerHandle
Source§fn clone(&self) -> AsyncLoggerHandle
fn clone(&self) -> AsyncLoggerHandle
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AsyncLoggerHandle
impl Debug for AsyncLoggerHandle
Auto Trait Implementations§
impl Freeze for AsyncLoggerHandle
impl RefUnwindSafe for AsyncLoggerHandle
impl Send for AsyncLoggerHandle
impl Sync for AsyncLoggerHandle
impl Unpin for AsyncLoggerHandle
impl UnwindSafe for AsyncLoggerHandle
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