pub struct DoclingSettingsResponse {
pub configured: bool,
pub source: DoclingSettingsSource,
pub connection: DoclingConnectionSettingsResponse,
pub vlm: DoclingVlmSettingsResponse,
}Fields§
§configured: bool§source: DoclingSettingsSource§connection: DoclingConnectionSettingsResponse§vlm: DoclingVlmSettingsResponseTrait Implementations§
Source§impl Clone for DoclingSettingsResponse
impl Clone for DoclingSettingsResponse
Source§fn clone(&self) -> DoclingSettingsResponse
fn clone(&self) -> DoclingSettingsResponse
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 DoclingSettingsResponse
impl ComposeSchema for DoclingSettingsResponse
Source§impl Debug for DoclingSettingsResponse
impl Debug for DoclingSettingsResponse
Source§impl<'de> Deserialize<'de> for DoclingSettingsResponse
impl<'de> Deserialize<'de> for DoclingSettingsResponse
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
Source§impl Serialize for DoclingSettingsResponse
impl Serialize for DoclingSettingsResponse
Auto Trait Implementations§
impl Freeze for DoclingSettingsResponse
impl RefUnwindSafe for DoclingSettingsResponse
impl Send for DoclingSettingsResponse
impl Sync for DoclingSettingsResponse
impl Unpin for DoclingSettingsResponse
impl UnsafeUnpin for DoclingSettingsResponse
impl UnwindSafe for DoclingSettingsResponse
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