pub struct GraphContext {
pub source: GraphProviderSource,
pub primary_file: String,
pub related_files: Vec<RelatedFile>,
pub total_tokens: usize,
pub budget_remaining: usize,
}Fields§
§source: GraphProviderSource§primary_file: String§total_tokens: usize§budget_remaining: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for GraphContext
impl RefUnwindSafe for GraphContext
impl Send for GraphContext
impl Sync for GraphContext
impl Unpin for GraphContext
impl UnsafeUnpin for GraphContext
impl UnwindSafe for GraphContext
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