Struct rusoto_s3::Part [−][src]
pub struct Part {
pub e_tag: Option<String>,
pub last_modified: Option<String>,
pub part_number: Option<i64>,
pub size: Option<i64>,
}Expand description
Container for elements related to a part.
Fields
e_tag: Option<String>Entity tag returned when the part was uploaded.
last_modified: Option<String>Date and time at which the part was uploaded.
part_number: Option<i64>Part number identifying the part. This is a positive integer between 1 and 10,000.
size: Option<i64>Size in bytes of the uploaded part data.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Part
impl UnwindSafe for Part
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