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