pub struct H2Reference;
Expand description
HKT &'a T
with a lifetime and a type slot.
Trait Implementations§
Source§impl<'a> PlugLifetime<'a> for H2Reference
impl<'a> PlugLifetime<'a> for H2Reference
Source§type T = H1Reference<'a>
type T = H1Reference<'a>
The resulting type after plugging the lifetime parameter
'a
.Auto Trait Implementations§
impl Freeze for H2Reference
impl RefUnwindSafe for H2Reference
impl Send for H2Reference
impl Sync for H2Reference
impl Unpin for H2Reference
impl UnwindSafe for H2Reference
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