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