Struct parity_bytes::PrettySlice
source · [−]pub struct PrettySlice<'a>(_);
Expand description
Slice pretty print helper
Trait Implementations
sourceimpl<'a> Debug for PrettySlice<'a>
impl<'a> Debug for PrettySlice<'a>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more