pub struct ByteCount(/* private fields */);Expand description
Byte count specified with a unit. For example: 1.5 MB.
Implementations§
Trait Implementations§
Source§impl FromConfigValue for ByteCount
impl FromConfigValue for ByteCount
fn try_from_str(s: &str) -> Result<Self>
impl Copy for ByteCount
Auto Trait Implementations§
impl Freeze for ByteCount
impl RefUnwindSafe for ByteCount
impl Send for ByteCount
impl Sync for ByteCount
impl Unpin for ByteCount
impl UnwindSafe for ByteCount
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