struct DebugPrintTable<'a, 'b>(pub &'b (dyn SomeTable<'a> + 'a));
Expand description
A wrapper type that implements Debug
for any table.
Tuple Fields§
§0: &'b (dyn SomeTable<'a> + 'a)
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for DebugPrintTable<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for DebugPrintTable<'a, 'b>
impl<'a, 'b> !Send for DebugPrintTable<'a, 'b>
impl<'a, 'b> !Sync for DebugPrintTable<'a, 'b>
impl<'a, 'b> Unpin for DebugPrintTable<'a, 'b>
impl<'a, 'b> !UnwindSafe for DebugPrintTable<'a, 'b>
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