pub struct OptionEvent2 {
pub tp: OptionEventType1Choice,
pub desc: String,
}Fields§
§tp: OptionEventType1Choice§desc: StringImplementations§
Source§impl OptionEvent2
impl OptionEvent2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OptionEvent2
impl RefUnwindSafe for OptionEvent2
impl Send for OptionEvent2
impl Sync for OptionEvent2
impl Unpin for OptionEvent2
impl UnwindSafe for OptionEvent2
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