pub struct CurrencyFormats {
pub standard: String,
pub standard_alpha_next_to_number: Option<String>,
pub standard_no_currency: String,
pub accounting: String,
pub accounting_alpha_next_to_number: Option<String>,
pub accounting_no_currency: String,
}Fields§
§standard: String§standard_alpha_next_to_number: Option<String>§standard_no_currency: String§accounting: String§accounting_alpha_next_to_number: Option<String>§accounting_no_currency: StringTrait Implementations§
impl<'__de> Decode<'__de> for CurrencyFormatswhere
'__de:,
impl Encode for CurrencyFormats
Auto Trait Implementations§
impl Freeze for CurrencyFormats
impl RefUnwindSafe for CurrencyFormats
impl Send for CurrencyFormats
impl Sync for CurrencyFormats
impl Unpin for CurrencyFormats
impl UnsafeUnpin for CurrencyFormats
impl UnwindSafe for CurrencyFormats
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