pub struct ExtractedBlocks {
pub constraints: Vec<String>,
pub tool_refs: Vec<String>,
pub rag_config: Option<String>,
}Expand description
Extracted metadata from markdown fenced blocks.
Fields§
§constraints: Vec<String>§tool_refs: Vec<String>§rag_config: Option<String>Trait Implementations§
Source§impl Clone for ExtractedBlocks
impl Clone for ExtractedBlocks
Source§fn clone(&self) -> ExtractedBlocks
fn clone(&self) -> ExtractedBlocks
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 ExtractedBlocks
impl Debug for ExtractedBlocks
Source§impl Default for ExtractedBlocks
impl Default for ExtractedBlocks
Source§fn default() -> ExtractedBlocks
fn default() -> ExtractedBlocks
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExtractedBlocks
impl RefUnwindSafe for ExtractedBlocks
impl Send for ExtractedBlocks
impl Sync for ExtractedBlocks
impl Unpin for ExtractedBlocks
impl UnwindSafe for ExtractedBlocks
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