pub struct Intermediary46 {
pub id: PartyIdentification177Choice,
pub lgl_ntty_idr: Option<String>,
pub acct: Option<Account32>,
pub wvd_trlr_comssn_ind: Option<bool>,
pub role: Option<PartyRole2Choice>,
pub pmry_com_adr: Option<Vec<CommunicationAddress6>>,
pub scndry_com_adr: Option<Vec<CommunicationAddress6>>,
pub nm_and_adr: Option<NameAndAddress4>,
}Fields§
§id: PartyIdentification177Choice§lgl_ntty_idr: Option<String>§acct: Option<Account32>§wvd_trlr_comssn_ind: Option<bool>§role: Option<PartyRole2Choice>§pmry_com_adr: Option<Vec<CommunicationAddress6>>§scndry_com_adr: Option<Vec<CommunicationAddress6>>§nm_and_adr: Option<NameAndAddress4>Implementations§
Source§impl Intermediary46
impl Intermediary46
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Intermediary46
impl RefUnwindSafe for Intermediary46
impl Send for Intermediary46
impl Sync for Intermediary46
impl Unpin for Intermediary46
impl UnwindSafe for Intermediary46
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