pub struct DisplayCurrency<'a> { /* private fields */ }Expand description
A Display object for displaying Money with an associated currency.
Note: The placement of the currency symbol is always before the amount. The locale is not used to determine symbol position.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DisplayCurrency<'a>
impl<'a> RefUnwindSafe for DisplayCurrency<'a>
impl<'a> Send for DisplayCurrency<'a>
impl<'a> Sync for DisplayCurrency<'a>
impl<'a> Unpin for DisplayCurrency<'a>
impl<'a> UnsafeUnpin for DisplayCurrency<'a>
impl<'a> UnwindSafe for DisplayCurrency<'a>
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