Struct await_tree::TreeRoot
source · pub struct TreeRoot { /* private fields */ }
Expand description
The root of an await-tree.
Implementations§
Auto Trait Implementations§
impl Freeze for TreeRoot
impl !RefUnwindSafe for TreeRoot
impl Send for TreeRoot
impl Sync for TreeRoot
impl Unpin for TreeRoot
impl !UnwindSafe for TreeRoot
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