Struct behavior_tree::TreeRepr [−][src]
pub struct TreeRepr {
pub name: &'static str,
pub status: Status,
pub detail: String,
pub children: Vec<TreeRepr>,
}
Fields
name: &'static str
status: Status
detail: String
children: Vec<TreeRepr>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TreeRepr
impl UnwindSafe for TreeRepr
Blanket Implementations
Mutably borrows from an owned value. Read more