pub struct FormatResult<const DECIMALS: usize> { /* private fields */ }๐Deprecated: use
humat instead, this crate will be removed in the future.Expand description
Format result
This implements Display and to_string is supported.
Trait Implementationsยง
Sourceยงimpl<const DECIMALS: usize> Clone for FormatResult<DECIMALS>
impl<const DECIMALS: usize> Clone for FormatResult<DECIMALS>
Sourceยงfn clone(&self) -> FormatResult<DECIMALS>
fn clone(&self) -> FormatResult<DECIMALS>
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<const DECIMALS: usize> Debug for FormatResult<DECIMALS>
impl<const DECIMALS: usize> Debug for FormatResult<DECIMALS>
Sourceยงimpl<const DECIMALS: usize> Display for FormatResult<DECIMALS>
impl<const DECIMALS: usize> Display for FormatResult<DECIMALS>
impl<const DECIMALS: usize> Copy for FormatResult<DECIMALS>
Auto Trait Implementationsยง
impl<const DECIMALS: usize> Freeze for FormatResult<DECIMALS>
impl<const DECIMALS: usize> RefUnwindSafe for FormatResult<DECIMALS>
impl<const DECIMALS: usize> Send for FormatResult<DECIMALS>
impl<const DECIMALS: usize> Sync for FormatResult<DECIMALS>
impl<const DECIMALS: usize> Unpin for FormatResult<DECIMALS>
impl<const DECIMALS: usize> UnwindSafe for FormatResult<DECIMALS>
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