pub struct AssemblyConfig {
pub token_budget: usize,
pub format: OutputFormat,
pub include_edges: bool,
pub include_metadata: bool,
}Expand description
Configuration for context assembly.
Fields§
§token_budget: usize§format: OutputFormat§include_edges: bool§include_metadata: boolTrait Implementations§
Source§impl Clone for AssemblyConfig
impl Clone for AssemblyConfig
Source§fn clone(&self) -> AssemblyConfig
fn clone(&self) -> AssemblyConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AssemblyConfig
impl Debug for AssemblyConfig
Auto Trait Implementations§
impl Freeze for AssemblyConfig
impl RefUnwindSafe for AssemblyConfig
impl Send for AssemblyConfig
impl Sync for AssemblyConfig
impl Unpin for AssemblyConfig
impl UnsafeUnpin for AssemblyConfig
impl UnwindSafe for AssemblyConfig
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