pub struct ISizeFormatter<T: ToF64, O: AsRef<FormatSizeOptions>> { /* private fields */ }
Implementations§
Source§impl<V: ToF64, O: AsRef<FormatSizeOptions>> ISizeFormatter<V, O>
impl<V: ToF64, O: AsRef<FormatSizeOptions>> ISizeFormatter<V, O>
Trait Implementations§
Source§impl<T: ToF64, O: AsRef<FormatSizeOptions>> Display for ISizeFormatter<T, O>
impl<T: ToF64, O: AsRef<FormatSizeOptions>> Display for ISizeFormatter<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 ISizeFormatter<T, O>
impl<T, O> RefUnwindSafe for ISizeFormatter<T, O>where
T: RefUnwindSafe,
O: RefUnwindSafe,
impl<T, O> Send for ISizeFormatter<T, O>
impl<T, O> Sync for ISizeFormatter<T, O>
impl<T, O> Unpin for ISizeFormatter<T, O>
impl<T, O> UnwindSafe for ISizeFormatter<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