pub struct PriceValue5 {
pub amt: ActiveOrHistoricCurrencyAnd13DecimalAmount,
}Fields§
§amt: ActiveOrHistoricCurrencyAnd13DecimalAmountImplementations§
Source§impl PriceValue5
impl PriceValue5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PriceValue5
impl RefUnwindSafe for PriceValue5
impl Send for PriceValue5
impl Sync for PriceValue5
impl Unpin for PriceValue5
impl UnwindSafe for PriceValue5
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