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