pub struct Killed;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Killed
impl RefUnwindSafe for Killed
impl Send for Killed
impl Sync for Killed
impl Unpin for Killed
impl UnwindSafe for Killed
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