pub struct PrettyBytes { /* private fields */ }
Expand description
Struct that represents prettified byte values (base-10)
Trait Implementations§
Source§impl Clone for PrettyBytes
impl Clone for PrettyBytes
Source§fn clone(&self) -> PrettyBytes
fn clone(&self) -> PrettyBytes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PrettyBytes
impl Debug for PrettyBytes
Source§impl Display for PrettyBytes
impl Display for PrettyBytes
Source§impl PartialEq for PrettyBytes
impl PartialEq for PrettyBytes
impl StructuralPartialEq for PrettyBytes
Auto Trait Implementations§
impl Freeze for PrettyBytes
impl RefUnwindSafe for PrettyBytes
impl Send for PrettyBytes
impl Sync for PrettyBytes
impl Unpin for PrettyBytes
impl UnwindSafe for PrettyBytes
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