pub struct Kill(u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
source§impl Ord for Kill
impl Ord for Kill
source§impl PartialEq for Kill
impl PartialEq for Kill
source§impl PartialOrd for Kill
impl PartialOrd for Kill
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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