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