Struct tether_utils::tether_topics::agent_tree::AgentTree
source · pub struct AgentTree {
pub role: String,
pub ids: Vec<String>,
pub output_plugs: Vec<String>,
}Expand description
Role, IDs, OutputPlugs
Fields§
§role: String§ids: Vec<String>§output_plugs: Vec<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgentTree
impl RefUnwindSafe for AgentTree
impl Send for AgentTree
impl Sync for AgentTree
impl Unpin for AgentTree
impl UnwindSafe for AgentTree
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