Enum aws_smithy_protocol_test::MediaType [−][src]
pub enum MediaType {
Json,
Xml,
UrlEncodedForm,
Other(String),
}Variants
Json media types are deserialized and compared
XML media types are normalized and compared
For x-www-form-urlencoded, do some map order comparison shenanigans
Other(String)Other media types are compared literally
Tuple Fields of Other
0: String