pub struct CollateralType21 {
pub scty: Option<Vec<Security52>>,
pub csh: Option<Vec<AmountHaircutMargin1>>,
pub cmmdty: Option<Vec<Commodity43>>,
}Fields§
§scty: Option<Vec<Security52>>§csh: Option<Vec<AmountHaircutMargin1>>§cmmdty: Option<Vec<Commodity43>>Implementations§
Source§impl CollateralType21
impl CollateralType21
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CollateralType21
impl RefUnwindSafe for CollateralType21
impl Send for CollateralType21
impl Sync for CollateralType21
impl Unpin for CollateralType21
impl UnwindSafe for CollateralType21
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