pub struct DoclingConnectionSettingsResponse {
pub base_url: Option<String>,
pub timeout_secs: u64,
pub poll_interval_secs: u64,
}Fields§
§base_url: Option<String>§timeout_secs: u64§poll_interval_secs: u64Trait Implementations§
Source§impl Clone for DoclingConnectionSettingsResponse
impl Clone for DoclingConnectionSettingsResponse
Source§fn clone(&self) -> DoclingConnectionSettingsResponse
fn clone(&self) -> DoclingConnectionSettingsResponse
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 DoclingConnectionSettingsResponse
impl ComposeSchema for DoclingConnectionSettingsResponse
Source§impl<'de> Deserialize<'de> for DoclingConnectionSettingsResponse
impl<'de> Deserialize<'de> for DoclingConnectionSettingsResponse
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 DoclingConnectionSettingsResponse
impl RefUnwindSafe for DoclingConnectionSettingsResponse
impl Send for DoclingConnectionSettingsResponse
impl Sync for DoclingConnectionSettingsResponse
impl Unpin for DoclingConnectionSettingsResponse
impl UnsafeUnpin for DoclingConnectionSettingsResponse
impl UnwindSafe for DoclingConnectionSettingsResponse
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