pub struct CompareOrganisationIdentification6 {
pub val1: Option<OrganisationIdentification15Choice>,
pub val2: Option<OrganisationIdentification15Choice>,
}Fields§
§val1: Option<OrganisationIdentification15Choice>§val2: Option<OrganisationIdentification15Choice>Implementations§
Source§impl CompareOrganisationIdentification6
impl CompareOrganisationIdentification6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CompareOrganisationIdentification6
impl RefUnwindSafe for CompareOrganisationIdentification6
impl Send for CompareOrganisationIdentification6
impl Sync for CompareOrganisationIdentification6
impl Unpin for CompareOrganisationIdentification6
impl UnwindSafe for CompareOrganisationIdentification6
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