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