pub struct ActiveCurrencyAnd13DecimalAmount {
pub ccy: String,
pub value: f64,
}Fields§
§ccy: String§value: f64Implementations§
Source§impl ActiveCurrencyAnd13DecimalAmount
impl ActiveCurrencyAnd13DecimalAmount
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ActiveCurrencyAnd13DecimalAmount
impl RefUnwindSafe for ActiveCurrencyAnd13DecimalAmount
impl Send for ActiveCurrencyAnd13DecimalAmount
impl Sync for ActiveCurrencyAnd13DecimalAmount
impl Unpin for ActiveCurrencyAnd13DecimalAmount
impl UnwindSafe for ActiveCurrencyAnd13DecimalAmount
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