Struct rusoto_s3::Stats [−][src]
pub struct Stats {
pub bytes_processed: Option<i64>,
pub bytes_returned: Option<i64>,
pub bytes_scanned: Option<i64>,
}Expand description
Container for the stats details.
Fields
bytes_processed: Option<i64>The total number of uncompressed object bytes processed.
bytes_returned: Option<i64>The total number of bytes of records payload data returned.
bytes_scanned: Option<i64>The total number of object bytes scanned.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Stats
impl UnwindSafe for Stats
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more