pub struct Exabyte;Expand description
Multiple representing a Exabyte.
Represents a size of value * 1000_f64.powi(6). When parsing this multiple from text it expects EB.
Trait Implementations§
Source§impl Multiple for Exabyte
impl Multiple for Exabyte
Source§fn from_any(value: f64, multiple: Any) -> SpecificSize<Self>
fn from_any(value: f64, multiple: Any) -> SpecificSize<Self>
Create a new
SpecificSize from a value and multiple, the
provided value must always valid (see SpecificSize::new).Source§impl Ord for Exabyte
impl Ord for Exabyte
Source§impl PartialOrd for Exabyte
impl PartialOrd for Exabyte
impl Copy for Exabyte
impl Eq for Exabyte
impl StructuralPartialEq for Exabyte
Auto Trait Implementations§
impl Freeze for Exabyte
impl RefUnwindSafe for Exabyte
impl Send for Exabyte
impl Sync for Exabyte
impl Unpin for Exabyte
impl UnwindSafe for Exabyte
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