pub struct CurrencySym { /* private fields */ }
Expand description
Currency symbol. Const constructable short inline string.
Implementations§
Trait Implementations§
Source§impl Clone for CurrencySym
impl Clone for CurrencySym
Source§fn clone(&self) -> CurrencySym
fn clone(&self) -> CurrencySym
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 Debug for CurrencySym
impl Debug for CurrencySym
Source§impl Display for CurrencySym
impl Display for CurrencySym
Source§impl<'a> From<&'a str> for CurrencySym
impl<'a> From<&'a str> for CurrencySym
Source§impl PartialEq for CurrencySym
impl PartialEq for CurrencySym
impl Copy for CurrencySym
impl Eq for CurrencySym
impl StructuralPartialEq for CurrencySym
Auto Trait Implementations§
impl Freeze for CurrencySym
impl RefUnwindSafe for CurrencySym
impl Send for CurrencySym
impl Sync for CurrencySym
impl Unpin for CurrencySym
impl UnwindSafe for CurrencySym
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