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