pub struct GetConfig;Trait Implementations§
Source§impl<'de> Deserialize<'de> for GetConfig
impl<'de> Deserialize<'de> for GetConfig
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 From<GetConfig> for RequestBody
impl From<GetConfig> for RequestBody
Source§impl RequestResponse for GetConfig
impl RequestResponse for GetConfig
type Response = GetConfigResponse
fn extract_response(body: ResponseBody) -> Result<Self::Response, SdkError>
Auto Trait Implementations§
impl Freeze for GetConfig
impl RefUnwindSafe for GetConfig
impl Send for GetConfig
impl Sync for GetConfig
impl Unpin for GetConfig
impl UnwindSafe for GetConfig
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