pub struct FormattedAmount(/* private fields */);Expand description
A simple type which wraps an Amount and formats it according to instructions when it was
generated.
Trait Implementations§
Source§impl Clone for FormattedAmount
impl Clone for FormattedAmount
Source§fn clone(&self) -> FormattedAmount
fn clone(&self) -> FormattedAmount
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 Display for FormattedAmount
impl Display for FormattedAmount
impl Copy for FormattedAmount
Auto Trait Implementations§
impl Freeze for FormattedAmount
impl RefUnwindSafe for FormattedAmount
impl Send for FormattedAmount
impl Sync for FormattedAmount
impl Unpin for FormattedAmount
impl UnwindSafe for FormattedAmount
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