pub enum ProcessEventKind {
Yield,
Wake,
}Variants§
Trait Implementations§
Source§impl Clone for ProcessEventKind
impl Clone for ProcessEventKind
Source§fn clone(&self) -> ProcessEventKind
fn clone(&self) -> ProcessEventKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProcessEventKind
Source§impl Debug for ProcessEventKind
impl Debug for ProcessEventKind
impl Eq for ProcessEventKind
Source§impl PartialEq for ProcessEventKind
impl PartialEq for ProcessEventKind
Source§fn eq(&self, other: &ProcessEventKind) -> bool
fn eq(&self, other: &ProcessEventKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProcessEventKind
Auto Trait Implementations§
impl Freeze for ProcessEventKind
impl RefUnwindSafe for ProcessEventKind
impl Send for ProcessEventKind
impl Sync for ProcessEventKind
impl Unpin for ProcessEventKind
impl UnsafeUnpin for ProcessEventKind
impl UnwindSafe for ProcessEventKind
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