pub struct TracingLogger {}
Trait Implementations§
Source§impl Default for TracingLogger
impl Default for TracingLogger
Source§fn default() -> TracingLogger
fn default() -> TracingLogger
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TracingLogger
impl RefUnwindSafe for TracingLogger
impl Send for TracingLogger
impl Sync for TracingLogger
impl Unpin for TracingLogger
impl UnwindSafe for TracingLogger
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