pub struct Life<'a>(pub PhantomData<*mut &'a ()>);Tuple Fields§
§0: PhantomData<*mut &'a ()>Auto Trait Implementations§
impl<'a> Freeze for Life<'a>
impl<'a> RefUnwindSafe for Life<'a>
impl<'a> !Send for Life<'a>
impl<'a> !Sync for Life<'a>
impl<'a> Unpin for Life<'a>
impl<'a> UnwindSafe for Life<'a>
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