pub struct LogComponent { /* private fields */ }Implementations§
Source§impl LogComponent
impl LogComponent
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogComponent
impl !RefUnwindSafe for LogComponent
impl Send for LogComponent
impl Sync for LogComponent
impl Unpin for LogComponent
impl !UnwindSafe for LogComponent
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more