pub struct Collateral52 {
pub coll_val_dt: Option<String>,
pub asst_tp: Option<CollateralType21>,
pub net_xpsr_collstn_ind: Option<bool>,
pub bskt_idr: Option<SecurityIdentification26Choice>,
}Fields§
§coll_val_dt: Option<String>§asst_tp: Option<CollateralType21>§net_xpsr_collstn_ind: Option<bool>§bskt_idr: Option<SecurityIdentification26Choice>Implementations§
Source§impl Collateral52
impl Collateral52
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Collateral52
impl RefUnwindSafe for Collateral52
impl Send for Collateral52
impl Sync for Collateral52
impl Unpin for Collateral52
impl UnwindSafe for Collateral52
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