Struct await_tree::TreeContext
source · pub struct TreeContext { /* private fields */ }Expand description
The task-local await-tree context.
Implementations§
Trait Implementations§
source§impl Clone for TreeContext
impl Clone for TreeContext
source§fn clone(&self) -> TreeContext
fn clone(&self) -> TreeContext
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more