pub struct TradePartyIdentificationQuery9 {
pub lei: Option<Vec<String>>,
pub ctry_cd: Option<Vec<String>>,
pub any_bic: Option<Vec<String>>,
pub clnt_id: Option<Vec<String>>,
pub not_rptd: Option<NotReported1Code>,
}Fields§
§lei: Option<Vec<String>>§ctry_cd: Option<Vec<String>>§any_bic: Option<Vec<String>>§clnt_id: Option<Vec<String>>§not_rptd: Option<NotReported1Code>Implementations§
Source§impl TradePartyIdentificationQuery9
impl TradePartyIdentificationQuery9
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TradePartyIdentificationQuery9
impl RefUnwindSafe for TradePartyIdentificationQuery9
impl Send for TradePartyIdentificationQuery9
impl Sync for TradePartyIdentificationQuery9
impl Unpin for TradePartyIdentificationQuery9
impl UnwindSafe for TradePartyIdentificationQuery9
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