pub struct AgentContext {
pub unit: Unit,
pub rules: Option<String>,
pub attempt_notes: Option<String>,
pub dep_providers: Vec<DepProvider>,
pub files: Vec<FileEntry>,
}Expand description
Fully assembled agent context for a unit.
Fields§
§unit: Unit§rules: Option<String>§attempt_notes: Option<String>§dep_providers: Vec<DepProvider>§files: Vec<FileEntry>Auto Trait Implementations§
impl Freeze for AgentContext
impl RefUnwindSafe for AgentContext
impl Send for AgentContext
impl Sync for AgentContext
impl Unpin for AgentContext
impl UnsafeUnpin for AgentContext
impl UnwindSafe for AgentContext
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