pub struct FormatResult<const DECIMALS: usize> { /* private fields */ }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 copy 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