pub struct AgentFile {
pub path: PathBuf,
pub name: String,
pub description: String,
pub display_name: String,
}Expand description
Agent file information extracted from agent definition files
Fields§
§path: PathBuf§name: String§description: String§display_name: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for AgentFile
impl RefUnwindSafe for AgentFile
impl Send for AgentFile
impl Sync for AgentFile
impl Unpin for AgentFile
impl UnwindSafe for AgentFile
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