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