pub struct AgentPlan {
pub entries: Vec<AgentPlanKey>,
}Expand description
Schema-only view of a vault, suitable for agent prompt context.
Fields§
§entries: Vec<AgentPlanKey>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgentPlan
impl RefUnwindSafe for AgentPlan
impl Send for AgentPlan
impl Sync for AgentPlan
impl Unpin for AgentPlan
impl UnsafeUnpin for AgentPlan
impl UnwindSafe for AgentPlan
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