pub enum ForkChildSubevent {
Born,
Died,
}Variants§
Trait Implementations§
Source§impl Clone for ForkChildSubevent
impl Clone for ForkChildSubevent
Source§fn clone(&self) -> ForkChildSubevent
fn clone(&self) -> ForkChildSubevent
Returns a duplicate 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 ForkChildSubevent
impl Debug for ForkChildSubevent
Source§impl Ord for ForkChildSubevent
impl Ord for ForkChildSubevent
Source§fn cmp(&self, other: &ForkChildSubevent) -> Ordering
fn cmp(&self, other: &ForkChildSubevent) -> 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 ForkChildSubevent
impl PartialEq for ForkChildSubevent
Source§impl PartialOrd for ForkChildSubevent
impl PartialOrd for ForkChildSubevent
impl Copy for ForkChildSubevent
impl Eq for ForkChildSubevent
impl StructuralPartialEq for ForkChildSubevent
Auto Trait Implementations§
impl Freeze for ForkChildSubevent
impl RefUnwindSafe for ForkChildSubevent
impl Send for ForkChildSubevent
impl Sync for ForkChildSubevent
impl Unpin for ForkChildSubevent
impl UnsafeUnpin for ForkChildSubevent
impl UnwindSafe for ForkChildSubevent
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