pub struct AgentMeta {
pub agent_type: String,
pub description: String,
}Expand description
Agent metadata loaded from .meta.json files.
Fields§
§agent_type: String§description: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for AgentMeta
impl RefUnwindSafe for AgentMeta
impl Send for AgentMeta
impl Sync for AgentMeta
impl Unpin for AgentMeta
impl UnsafeUnpin for AgentMeta
impl UnwindSafe for AgentMeta
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