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