Struct Kill
pub struct Kill(/* private fields */);
Implementations§
§impl Kill
impl Kill
pub const ALL_TEMPORARY: Kill = _
Trait Implementations§
§impl Ord for Kill
impl Ord for Kill
§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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)