pub struct H1Rc;
Expand description
HKT std::rc::Rc<T>
with a type slot.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for H1Rc
impl RefUnwindSafe for H1Rc
impl Send for H1Rc
impl Sync for H1Rc
impl Unpin for H1Rc
impl UnwindSafe for H1Rc
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