pub struct CompiledTool {
pub config: ToolConfig,
pub extraction_rules: CompiledExtractionRules,
}Fields§
§config: ToolConfig§extraction_rules: CompiledExtractionRulesAuto Trait Implementations§
impl Freeze for CompiledTool
impl RefUnwindSafe for CompiledTool
impl Send for CompiledTool
impl Sync for CompiledTool
impl Unpin for CompiledTool
impl UnwindSafe for CompiledTool
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