pub struct BytesFormatter(pub u64);
Tuple Fields§
§0: u64
Trait Implementations§
Source§impl Clone for BytesFormatter
impl Clone for BytesFormatter
Source§fn clone(&self) -> BytesFormatter
fn clone(&self) -> BytesFormatter
Returns a copy 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 Display for BytesFormatter
impl Display for BytesFormatter
impl Copy for BytesFormatter
Auto Trait Implementations§
impl Freeze for BytesFormatter
impl RefUnwindSafe for BytesFormatter
impl Send for BytesFormatter
impl Sync for BytesFormatter
impl Unpin for BytesFormatter
impl UnwindSafe for BytesFormatter
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