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
code: u16
Status code from the restful server
payload: String
Payload of output
format: AdminOutputType
Output format (JSON or XML). Default is JSON
Trait Implementations
impl Debug for AdminOutput[src]
impl Clone for AdminOutput[src]
fn clone(&self) -> AdminOutput
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 Decodable for AdminOutput[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<AdminOutput, __D::Error>
Deserialize a value using a Decoder.