pub struct LogStd { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogStd
impl RefUnwindSafe for LogStd
impl Send for LogStd
impl Sync for LogStd
impl Unpin for LogStd
impl UnwindSafe for LogStd
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