Struct salsa_2022::debug::DebugWith
source · [−]pub struct DebugWith<'me, Db: ?Sized> { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl<'me, Db> !RefUnwindSafe for DebugWith<'me, Db>
impl<'me, Db> !Send for DebugWith<'me, Db>
impl<'me, Db> !Sync for DebugWith<'me, Db>
impl<'me, Db: ?Sized> Unpin for DebugWith<'me, Db>
impl<'me, Db> !UnwindSafe for DebugWith<'me, Db>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more