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