pub struct EventDescriptor {
pub event_type: Option<EventType>,
pub capability_name: Option<String>,
pub target_moniker: Option<String>,
pub exit_status: Option<ExitStatus>,
pub event_is_ok: Option<bool>,
}
Fields§
§event_type: Option<EventType>
§capability_name: Option<String>
§target_moniker: Option<String>
§exit_status: Option<ExitStatus>
§event_is_ok: Option<bool>
Trait Implementations§
Source§impl Clone for EventDescriptor
impl Clone for EventDescriptor
Source§fn clone(&self) -> EventDescriptor
fn clone(&self) -> EventDescriptor
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EventDescriptor
impl Debug for EventDescriptor
Source§impl Ord for EventDescriptor
impl Ord for EventDescriptor
Source§fn cmp(&self, other: &EventDescriptor) -> Ordering
fn cmp(&self, other: &EventDescriptor) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EventDescriptor
impl PartialEq for EventDescriptor
Source§impl PartialOrd for EventDescriptor
impl PartialOrd for EventDescriptor
Source§impl TryFrom<&Event> for EventDescriptor
impl TryFrom<&Event> for EventDescriptor
impl Eq for EventDescriptor
impl StructuralPartialEq for EventDescriptor
Auto Trait Implementations§
impl Freeze for EventDescriptor
impl RefUnwindSafe for EventDescriptor
impl Send for EventDescriptor
impl Sync for EventDescriptor
impl Unpin for EventDescriptor
impl UnwindSafe for EventDescriptor
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)