pub struct PlainLogBackend;Trait Implementations§
Source§impl LogBackend for PlainLogBackend
impl LogBackend for PlainLogBackend
Auto Trait Implementations§
impl Freeze for PlainLogBackend
impl RefUnwindSafe for PlainLogBackend
impl Send for PlainLogBackend
impl Sync for PlainLogBackend
impl Unpin for PlainLogBackend
impl UnsafeUnpin for PlainLogBackend
impl UnwindSafe for PlainLogBackend
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