Enum aws_sdk_rust::aws::s3::admin::AdminOutputType [] [src]

pub enum AdminOutputType {
    Json,
    Xml,
}

Enum of output format (JSON or XML)

Variants

Trait Implementations

impl Debug for AdminOutputType
[src]

Formats the value using the given formatter.

impl Clone for AdminOutputType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AdminOutputType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Decodable for AdminOutputType
[src]

Deserialize a value using a Decoder.

impl Encodable for AdminOutputType
[src]

Serialize a value using an Encoder.