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