pub struct AgentDoc {
pub agent: AgentId,
pub files: Vec<MatchedFile>,
}Expand description
One agent’s matched files within a single repo.
Fields§
§agent: AgentId§files: Vec<MatchedFile>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgentDoc
impl RefUnwindSafe for AgentDoc
impl Send for AgentDoc
impl Sync for AgentDoc
impl Unpin for AgentDoc
impl UnsafeUnpin for AgentDoc
impl UnwindSafe for AgentDoc
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