pub struct NumberAndVolume2 {
pub nb: f64,
pub vol: ActiveOrHistoricCurrencyAndAmount,
}Fields§
§nb: f64§vol: ActiveOrHistoricCurrencyAndAmountImplementations§
Source§impl NumberAndVolume2
impl NumberAndVolume2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for NumberAndVolume2
impl RefUnwindSafe for NumberAndVolume2
impl Send for NumberAndVolume2
impl Sync for NumberAndVolume2
impl Unpin for NumberAndVolume2
impl UnwindSafe for NumberAndVolume2
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