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