pub enum KillSuccess {
Signalled,
Pending,
}
Variants§
Trait Implementations§
Source§impl Debug for KillSuccess
impl Debug for KillSuccess
Source§impl PartialEq for KillSuccess
impl PartialEq for KillSuccess
impl StructuralPartialEq for KillSuccess
Auto Trait Implementations§
impl Freeze for KillSuccess
impl RefUnwindSafe for KillSuccess
impl Send for KillSuccess
impl Sync for KillSuccess
impl Unpin for KillSuccess
impl UnwindSafe for KillSuccess
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