struct Context(Context);
Tuple Fields§
§0: Context
Trait Implementations§
Source§impl Context for Context
impl Context for Context
Source§fn fork_finish(&self) -> Output
fn fork_finish(&self) -> Output
Finish the computation, returning the resulting output. Read more
Source§fn fork(&self) -> Box<dyn Context>
fn fork(&self) -> Box<dyn Context>
Fork the computation, producing another context that has the
same prefix as this one.
Auto Trait Implementations§
impl Freeze for Context
impl RefUnwindSafe for Context
impl Send for Context
impl Sync for Context
impl Unpin for Context
impl UnwindSafe for Context
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