Struct aws_sdk_rust::aws::s3::admin::AdminOutput [] [src]

pub struct AdminOutput {
    pub code: u16,
    pub payload: String,
    pub format: AdminOutputType,
}

Default output of all admin functions

Fields

Status code from the restful server

Payload of output

Output format (JSON or XML). Default is JSON

Trait Implementations

impl Debug for AdminOutput
[src]

Formats the value using the given formatter.

impl Clone for AdminOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Decodable for AdminOutput
[src]

Deserialize a value using a Decoder.

impl Encodable for AdminOutput
[src]

Serialize a value using an Encoder.