pub struct DoclingVlmSettingsResponse {
pub provider_account_key: Option<String>,
pub openai_base_url: Option<String>,
pub has_api_key: bool,
pub vlm_pipeline_model: Option<String>,
pub picture_description_model: Option<String>,
pub code_formula_model: Option<String>,
}Fields§
§provider_account_key: Option<String>§openai_base_url: Option<String>§has_api_key: bool§vlm_pipeline_model: Option<String>§picture_description_model: Option<String>§code_formula_model: Option<String>Trait Implementations§
Source§impl Clone for DoclingVlmSettingsResponse
impl Clone for DoclingVlmSettingsResponse
Source§fn clone(&self) -> DoclingVlmSettingsResponse
fn clone(&self) -> DoclingVlmSettingsResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ComposeSchema for DoclingVlmSettingsResponse
impl ComposeSchema for DoclingVlmSettingsResponse
Source§impl Debug for DoclingVlmSettingsResponse
impl Debug for DoclingVlmSettingsResponse
Source§impl<'de> Deserialize<'de> for DoclingVlmSettingsResponse
impl<'de> Deserialize<'de> for DoclingVlmSettingsResponse
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 DoclingVlmSettingsResponse
impl RefUnwindSafe for DoclingVlmSettingsResponse
impl Send for DoclingVlmSettingsResponse
impl Sync for DoclingVlmSettingsResponse
impl Unpin for DoclingVlmSettingsResponse
impl UnsafeUnpin for DoclingVlmSettingsResponse
impl UnwindSafe for DoclingVlmSettingsResponse
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