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