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