pub enum OpenTargetEvent {
StrictEvent {},
FlexibleEvent {},
_UnknownEvent {
ordinal: u64,
},
}
Variants§
Implementations§
Source§impl OpenTargetEvent
impl OpenTargetEvent
pub fn into_strict_event(self) -> Option<()>
pub fn into_flexible_event(self) -> Option<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenTargetEvent
impl RefUnwindSafe for OpenTargetEvent
impl Send for OpenTargetEvent
impl Sync for OpenTargetEvent
impl Unpin for OpenTargetEvent
impl UnwindSafe for OpenTargetEvent
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