pub enum KillError {
NotTerminable,
}
Variants§
NotTerminable
Trait Implementations§
impl StructuralPartialEq for KillError
Auto Trait Implementations§
impl Freeze for KillError
impl RefUnwindSafe for KillError
impl Send for KillError
impl Sync for KillError
impl Unpin for KillError
impl UnwindSafe for KillError
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