Enum aws_sdk_rust::aws::s3::admin::AdminOutputType
[−]
[src]
pub enum AdminOutputType {
Json,
Xml,
}Enum of output format (JSON or XML)
Variants
JsonXmlTrait Implementations
impl Debug for AdminOutputType[src]
impl Clone for AdminOutputType[src]
fn clone(&self) -> AdminOutputType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for AdminOutputType[src]
fn eq(&self, __arg_0: &AdminOutputType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Decodable for AdminOutputType[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<AdminOutputType, __D::Error>
__arg_0: &mut __D
) -> Result<AdminOutputType, __D::Error>
Deserialize a value using a Decoder.