pub enum BehaviorTreeMessage {
NothingToDo,
AddGrootCallback(Arc<Mutex<Groot2ConnectorData>>),
RemoveAllGrootHooks,
}Variants§
Trait Implementations§
Source§impl Clone for BehaviorTreeMessage
impl Clone for BehaviorTreeMessage
Source§fn clone(&self) -> BehaviorTreeMessage
fn clone(&self) -> BehaviorTreeMessage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for BehaviorTreeMessage
impl Default for BehaviorTreeMessage
Source§fn default() -> BehaviorTreeMessage
fn default() -> BehaviorTreeMessage
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BehaviorTreeMessage
impl !RefUnwindSafe for BehaviorTreeMessage
impl Send for BehaviorTreeMessage
impl Sync for BehaviorTreeMessage
impl Unpin for BehaviorTreeMessage
impl UnsafeUnpin for BehaviorTreeMessage
impl !UnwindSafe for BehaviorTreeMessage
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