pub struct OrganisationIdentification28 {
pub nm: Option<String>,
pub pstl_adr: Option<PostalAddress6>,
pub id: Option<OrganisationIdentification8>,
pub ctry_of_res: Option<String>,
pub ctct_dtls: ContactDetails2,
}Fields§
§nm: Option<String>§pstl_adr: Option<PostalAddress6>§id: Option<OrganisationIdentification8>§ctry_of_res: Option<String>§ctct_dtls: ContactDetails2Implementations§
Source§impl OrganisationIdentification28
impl OrganisationIdentification28
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OrganisationIdentification28
impl RefUnwindSafe for OrganisationIdentification28
impl Send for OrganisationIdentification28
impl Sync for OrganisationIdentification28
impl Unpin for OrganisationIdentification28
impl UnwindSafe for OrganisationIdentification28
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