pub struct TracingLogBackend;Expand description
Forwards to the tracing crate (same levels as crate::EffectLogger legacy path).
Trait Implementations§
Source§impl Clone for TracingLogBackend
impl Clone for TracingLogBackend
Source§fn clone(&self) -> TracingLogBackend
fn clone(&self) -> TracingLogBackend
Returns a duplicate 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 TracingLogBackend
impl Debug for TracingLogBackend
Source§impl Default for TracingLogBackend
impl Default for TracingLogBackend
Source§fn default() -> TracingLogBackend
fn default() -> TracingLogBackend
Returns the “default value” for a type. Read more
Source§impl LogBackend for TracingLogBackend
impl LogBackend for TracingLogBackend
impl Copy for TracingLogBackend
Auto Trait Implementations§
impl Freeze for TracingLogBackend
impl RefUnwindSafe for TracingLogBackend
impl Send for TracingLogBackend
impl Sync for TracingLogBackend
impl Unpin for TracingLogBackend
impl UnsafeUnpin for TracingLogBackend
impl UnwindSafe for TracingLogBackend
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