pub struct GetOperationConfig {
pub http_options: Option<HttpOptions>,
}Expand description
Get operation config.
Fields§
§http_options: Option<HttpOptions>Trait Implementations§
Source§impl Clone for GetOperationConfig
impl Clone for GetOperationConfig
Source§fn clone(&self) -> GetOperationConfig
fn clone(&self) -> GetOperationConfig
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 GetOperationConfig
impl Debug for GetOperationConfig
Source§impl Default for GetOperationConfig
impl Default for GetOperationConfig
Source§fn default() -> GetOperationConfig
fn default() -> GetOperationConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetOperationConfig
impl<'de> Deserialize<'de> for GetOperationConfig
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 GetOperationConfig
impl RefUnwindSafe for GetOperationConfig
impl Send for GetOperationConfig
impl Sync for GetOperationConfig
impl Unpin for GetOperationConfig
impl UnsafeUnpin for GetOperationConfig
impl UnwindSafe for GetOperationConfig
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