pub struct H1Vec;
Expand description
HKT Vec
with a type slot.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for H1Vec
impl RefUnwindSafe for H1Vec
impl Send for H1Vec
impl Sync for H1Vec
impl Unpin for H1Vec
impl UnwindSafe for H1Vec
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