pub struct Kill(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for Kill
impl Ord for Kill
Source§impl PartialOrd for Kill
impl PartialOrd for Kill
impl Copy for Kill
impl Eq for Kill
impl StructuralPartialEq for Kill
Auto Trait Implementations§
impl Freeze for Kill
impl RefUnwindSafe for Kill
impl Send for Kill
impl Sync for Kill
impl Unpin for Kill
impl UnwindSafe for Kill
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