Struct rusoto_s3::CompletedPart [−][src]
Expand description
Details of the parts that were uploaded.
Fields
e_tag: Option<String>Entity tag returned when the part was uploaded.
part_number: Option<i64>Part number that identifies the part. This is a positive integer between 1 and 10,000.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CompletedPart
impl Send for CompletedPart
impl Sync for CompletedPart
impl Unpin for CompletedPart
impl UnwindSafe for CompletedPart
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