Struct rusoto_s3::Progress [−][src]
pub struct Progress {
pub bytes_processed: Option<i64>,
pub bytes_returned: Option<i64>,
pub bytes_scanned: Option<i64>,
}Expand description
This data type contains information about progress of an operation.
Fields
bytes_processed: Option<i64>The current number of uncompressed object bytes processed.
bytes_returned: Option<i64>The current number of bytes of records payload data returned.
bytes_scanned: Option<i64>The current number of object bytes scanned.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Progress
impl UnwindSafe for Progress
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