Enum aws_smithy_client::dvr::BodyData
source · Expand description
HTTP Body Data Abstraction
When the data is a UTF-8 encoded string, it will be serialized as a string for readability. Otherwise, it will be base64 encoded.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for BodyData
impl<'de> Deserialize<'de> for BodyData
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
impl Eq for BodyData
impl StructuralEq for BodyData
impl StructuralPartialEq for BodyData
Auto Trait Implementations§
impl RefUnwindSafe for BodyData
impl Send for BodyData
impl Sync for BodyData
impl Unpin for BodyData
impl UnwindSafe for BodyData
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.