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