Struct humansize::SizeFormatter
source · pub struct SizeFormatter<T: ToF64 + Unsigned, O: AsRef<FormatSizeOptions>> { /* private fields */ }
Implementations§
source§impl<V: ToF64 + Unsigned, O: AsRef<FormatSizeOptions>> SizeFormatter<V, O>
impl<V: ToF64 + Unsigned, O: AsRef<FormatSizeOptions>> SizeFormatter<V, O>
Trait Implementations§
source§impl<T: ToF64 + Unsigned + Copy, O: AsRef<FormatSizeOptions> + Copy> Display for SizeFormatter<T, O>
impl<T: ToF64 + Unsigned + Copy, O: AsRef<FormatSizeOptions> + Copy> Display for SizeFormatter<T, O>
source§impl<'a, U: ToF64 + Unsigned + Copy, O: AsRef<FormatSizeOptions>> From<&'a SizeFormatter<U, O>> for ISizeFormatter<U, &'a O>
impl<'a, U: ToF64 + Unsigned + Copy, O: AsRef<FormatSizeOptions>> From<&'a SizeFormatter<U, O>> for ISizeFormatter<U, &'a O>
source§fn from(source: &'a SizeFormatter<U, O>) -> Self
fn from(source: &'a SizeFormatter<U, O>) -> Self
Converts to this type from the input type.