pub struct CollateralAccount5 {
pub id: PartyIdentification118Choice,
pub rltd_mrgn_acct: Vec<MarginAccount1>,
pub titl_trf_coll_arrgmnt: Option<bool>,
pub coll_sgrtn_by_val: Option<bool>,
}Fields§
§id: PartyIdentification118Choice§rltd_mrgn_acct: Vec<MarginAccount1>§titl_trf_coll_arrgmnt: Option<bool>§coll_sgrtn_by_val: Option<bool>Implementations§
Source§impl CollateralAccount5
impl CollateralAccount5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CollateralAccount5
impl RefUnwindSafe for CollateralAccount5
impl Send for CollateralAccount5
impl Sync for CollateralAccount5
impl Unpin for CollateralAccount5
impl UnwindSafe for CollateralAccount5
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