pub struct TransactionCollateralData18Choice {
pub rp_trad: Option<Collateral52>,
pub buy_sell_bck: Option<Collateral52>,
pub scties_lndg: Option<CollateralFlag13Choice>,
pub mrgn_lndg: Option<Vec<Security55>>,
}Fields§
§rp_trad: Option<Collateral52>§buy_sell_bck: Option<Collateral52>§scties_lndg: Option<CollateralFlag13Choice>§mrgn_lndg: Option<Vec<Security55>>Implementations§
Source§impl TransactionCollateralData18Choice
impl TransactionCollateralData18Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TransactionCollateralData18Choice
impl RefUnwindSafe for TransactionCollateralData18Choice
impl Send for TransactionCollateralData18Choice
impl Sync for TransactionCollateralData18Choice
impl Unpin for TransactionCollateralData18Choice
impl UnwindSafe for TransactionCollateralData18Choice
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