pub struct LifetimeDead(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for LifetimeDead
impl Clone for LifetimeDead
impl Copy for LifetimeDead
Auto Trait Implementations§
impl Freeze for LifetimeDead
impl Objective for LifetimeDead
impl RefUnwindSafe for LifetimeDead
impl Send for LifetimeDead
impl Sync for LifetimeDead
impl Unpin for LifetimeDead
impl UnsafeUnpin for LifetimeDead
impl UnwindSafe for LifetimeDead
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