pub enum Dying {}Trait Implementations§
Source§impl BorrowType for Dying
impl BorrowType for Dying
const TRAVERSAL_PERMIT: bool = true
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