pub struct GetDocumentConfig {
pub http_options: Option<HttpOptions>,
}Expand description
Optional parameters for getting a Document.
Fields§
§http_options: Option<HttpOptions>Optional. HTTP request overrides (SDK only, not sent to API).
Trait Implementations§
Source§impl Clone for GetDocumentConfig
impl Clone for GetDocumentConfig
Source§fn clone(&self) -> GetDocumentConfig
fn clone(&self) -> GetDocumentConfig
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 GetDocumentConfig
impl Debug for GetDocumentConfig
Source§impl Default for GetDocumentConfig
impl Default for GetDocumentConfig
Source§fn default() -> GetDocumentConfig
fn default() -> GetDocumentConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetDocumentConfig
impl<'de> Deserialize<'de> for GetDocumentConfig
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 GetDocumentConfig
impl RefUnwindSafe for GetDocumentConfig
impl Send for GetDocumentConfig
impl Sync for GetDocumentConfig
impl Unpin for GetDocumentConfig
impl UnsafeUnpin for GetDocumentConfig
impl UnwindSafe for GetDocumentConfig
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