pub struct PrettySlice<'a>(/* private fields */);Expand description
Slice pretty print helper
Trait Implementations§
Source§impl<'a> Debug for PrettySlice<'a>
 
impl<'a> Debug for PrettySlice<'a>
Auto Trait Implementations§
impl<'a> Freeze for PrettySlice<'a>
impl<'a> RefUnwindSafe for PrettySlice<'a>
impl<'a> Send for PrettySlice<'a>
impl<'a> Sync for PrettySlice<'a>
impl<'a> Unpin for PrettySlice<'a>
impl<'a> UnwindSafe for PrettySlice<'a>
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