pub struct PrettySizeOptions { /* private fields */ }
Trait Implementations§
Source§impl Clone for PrettySizeOptions
impl Clone for PrettySizeOptions
Source§fn clone(&self) -> PrettySizeOptions
fn clone(&self) -> PrettySizeOptions
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 PrettySizeOptions
impl Debug for PrettySizeOptions
Source§impl Default for PrettySizeOptions
impl Default for PrettySizeOptions
Source§fn default() -> PrettySizeOptions
fn default() -> PrettySizeOptions
Returns the “default value” for a type. Read more
Source§impl From<&String> for PrettySizeOptions
impl From<&String> for PrettySizeOptions
Source§impl From<&str> for PrettySizeOptions
impl From<&str> for PrettySizeOptions
Source§impl From<SizeUnit> for PrettySizeOptions
impl From<SizeUnit> for PrettySizeOptions
Auto Trait Implementations§
impl Freeze for PrettySizeOptions
impl RefUnwindSafe for PrettySizeOptions
impl Send for PrettySizeOptions
impl Sync for PrettySizeOptions
impl Unpin for PrettySizeOptions
impl UnwindSafe for PrettySizeOptions
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