Struct rusoto_s3::RequestProgress[][src]

pub struct RequestProgress {
    pub enabled: Option<bool>,
}

Fields

Specifies whether periodic QueryProgress frames should be sent. Valid values: TRUE, FALSE. Default value: FALSE.

Trait Implementations

impl Default for RequestProgress
[src]

Returns the "default value" for a type. Read more

impl Debug for RequestProgress
[src]

Formats the value using the given formatter. Read more

impl Clone for RequestProgress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RequestProgress
[src]

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

This method tests for !=.

Auto Trait Implementations