Struct cairo_lang_debug::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§
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