pub struct LogAdapter;
Expand description
Adapter for the log crate
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogAdapter
impl RefUnwindSafe for LogAdapter
impl Send for LogAdapter
impl Sync for LogAdapter
impl Unpin for LogAdapter
impl UnwindSafe for LogAdapter
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