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