pub struct OmnivoreConfig {
pub ai: AiConfig,
pub extraction: ExtractionConfig,
pub browser: BrowserConfig,
pub output: OutputConfig,
pub templates: TemplateConfig,
pub advanced: AdvancedConfig,
}
Fields§
§ai: AiConfig
§extraction: ExtractionConfig
§browser: BrowserConfig
§output: OutputConfig
§templates: TemplateConfig
§advanced: AdvancedConfig
Implementations§
Trait Implementations§
Source§impl Clone for OmnivoreConfig
impl Clone for OmnivoreConfig
Source§fn clone(&self) -> OmnivoreConfig
fn clone(&self) -> OmnivoreConfig
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 OmnivoreConfig
impl Debug for OmnivoreConfig
Source§impl Default for OmnivoreConfig
impl Default for OmnivoreConfig
Source§impl<'de> Deserialize<'de> for OmnivoreConfig
impl<'de> Deserialize<'de> for OmnivoreConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for OmnivoreConfig
impl RefUnwindSafe for OmnivoreConfig
impl Send for OmnivoreConfig
impl Sync for OmnivoreConfig
impl Unpin for OmnivoreConfig
impl UnwindSafe for OmnivoreConfig
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