pub enum ChildEvent {
Exited,
}Variants§
Exited
Indicates the child has exited.
Trait Implementations§
Source§impl Debug for ChildEvent
impl Debug for ChildEvent
impl Eq for ChildEvent
Source§impl PartialEq for ChildEvent
impl PartialEq for ChildEvent
impl StructuralPartialEq for ChildEvent
Auto Trait Implementations§
impl Freeze for ChildEvent
impl RefUnwindSafe for ChildEvent
impl Send for ChildEvent
impl Sync for ChildEvent
impl Unpin for ChildEvent
impl UnsafeUnpin for ChildEvent
impl UnwindSafe for ChildEvent
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