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