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