pub struct ByteSizeRepr(/* private fields */);Implementations§
Source§impl ByteSizeRepr
impl ByteSizeRepr
Trait Implementations§
Source§impl Clone for ByteSizeRepr
impl Clone for ByteSizeRepr
Source§fn clone(&self) -> ByteSizeRepr
fn clone(&self) -> ByteSizeRepr
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 ByteSizeRepr
impl Debug for ByteSizeRepr
Source§impl Display for ByteSizeRepr
impl Display for ByteSizeRepr
Source§impl From<ByteSizeRepr> for ByteSize
impl From<ByteSizeRepr> for ByteSize
Source§fn from(repr: ByteSizeRepr) -> Self
fn from(repr: ByteSizeRepr) -> Self
Converts to this type from the input type.
Source§impl Ord for ByteSizeRepr
Available on crate feature lossless only.
impl Ord for ByteSizeRepr
Available on crate feature
lossless only.Source§impl PartialEq for ByteSizeRepr
impl PartialEq for ByteSizeRepr
Source§impl PartialOrd for ByteSizeRepr
impl PartialOrd for ByteSizeRepr
impl Copy for ByteSizeRepr
impl Eq for ByteSizeRepr
impl StructuralPartialEq for ByteSizeRepr
Auto Trait Implementations§
impl Freeze for ByteSizeRepr
impl RefUnwindSafe for ByteSizeRepr
impl Send for ByteSizeRepr
impl Sync for ByteSizeRepr
impl Unpin for ByteSizeRepr
impl UnwindSafe for ByteSizeRepr
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