pub struct ContRef;Expand description
A stub implementation for continuation references.
This is a placeholder until continuation objects are fully integrated with the GC system (see #10248).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ContRef
impl RefUnwindSafe for ContRef
impl Send for ContRef
impl Sync for ContRef
impl Unpin for ContRef
impl UnsafeUnpin for ContRef
impl UnwindSafe for ContRef
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