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.
Auto Trait Implementations§
impl<T, O> Freeze for SizeFormatter<T, O>
impl<T, O> RefUnwindSafe for SizeFormatter<T, O>where
T: RefUnwindSafe,
O: RefUnwindSafe,
impl<T, O> Send for SizeFormatter<T, O>
impl<T, O> Sync for SizeFormatter<T, O>
impl<T, O> Unpin for SizeFormatter<T, O>
impl<T, O> UnwindSafe for SizeFormatter<T, O>where
T: UnwindSafe,
O: UnwindSafe,
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