pub struct AsyncTreeContext { /* private fields */ }Expand description
Async context for executing behavior trees (currently unused)
NOTE: Async behavior trees work perfectly with the regular TreeContext using external async task management. See the async_drone example.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsyncTreeContext
impl !RefUnwindSafe for AsyncTreeContext
impl Send for AsyncTreeContext
impl Sync for AsyncTreeContext
impl Unpin for AsyncTreeContext
impl UnsafeUnpin for AsyncTreeContext
impl !UnwindSafe for AsyncTreeContext
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