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