pub struct TradeCounterpartyRelationshipRecord1 {
pub start_rltsh_pty: TradeCounterpartyType1Code,
pub end_rltsh_pty: TradeCounterpartyType1Code,
pub rltsh_tp: TradeCounterpartyRelationship1Choice,
pub desc: Option<String>,
}Fields§
§start_rltsh_pty: TradeCounterpartyType1Code§end_rltsh_pty: TradeCounterpartyType1Code§rltsh_tp: TradeCounterpartyRelationship1Choice§desc: Option<String>Implementations§
Source§impl TradeCounterpartyRelationshipRecord1
impl TradeCounterpartyRelationshipRecord1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TradeCounterpartyRelationshipRecord1
impl RefUnwindSafe for TradeCounterpartyRelationshipRecord1
impl Send for TradeCounterpartyRelationshipRecord1
impl Sync for TradeCounterpartyRelationshipRecord1
impl Unpin for TradeCounterpartyRelationshipRecord1
impl UnwindSafe for TradeCounterpartyRelationshipRecord1
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