pub struct LogComponent;Expand description
The Log component logs exchange information using tracing.
Implementations§
Source§impl LogComponent
impl LogComponent
Trait Implementations§
Source§impl Component for LogComponent
impl Component for LogComponent
Auto Trait Implementations§
impl Freeze for LogComponent
impl RefUnwindSafe for LogComponent
impl Send for LogComponent
impl Sync for LogComponent
impl Unpin for LogComponent
impl UnsafeUnpin for LogComponent
impl UnwindSafe for LogComponent
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