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