Struct assemblylift_iomod_s3_guest::structs::UploadPartCopyRequest[][src]

pub struct UploadPartCopyRequest {
Show fields pub bucket: BucketName, pub copy_source: CopySource, pub copy_source_if_match: Option<CopySourceIfMatch>, pub copy_source_if_modified_since: Option<CopySourceIfModifiedSince>, pub copy_source_if_none_match: Option<CopySourceIfNoneMatch>, pub copy_source_if_unmodified_since: Option<CopySourceIfUnmodifiedSince>, pub copy_source_range: Option<CopySourceRange>, pub key: ObjectKey, pub part_number: PartNumber, pub upload_id: MultipartUploadId, pub sse_customer_algorithm: Option<SSECustomerAlgorithm>, pub sse_customer_key: Option<SSECustomerKey>, pub sse_customer_key_md5: Option<SSECustomerKeyMD5>, pub copy_source_sse_customer_algorithm: Option<CopySourceSSECustomerAlgorithm>, pub copy_source_sse_customer_key: Option<CopySourceSSECustomerKey>, pub copy_source_sse_customer_key_md5: Option<CopySourceSSECustomerKeyMD5>, pub request_payer: Option<RequestPayer>, pub expected_bucket_owner: Option<AccountId>, pub expected_source_bucket_owner: Option<AccountId>,
}

Fields

bucket: BucketNamecopy_source: CopySourcecopy_source_if_match: Option<CopySourceIfMatch>copy_source_if_modified_since: Option<CopySourceIfModifiedSince>copy_source_if_none_match: Option<CopySourceIfNoneMatch>copy_source_if_unmodified_since: Option<CopySourceIfUnmodifiedSince>copy_source_range: Option<CopySourceRange>key: ObjectKeypart_number: PartNumberupload_id: MultipartUploadIdsse_customer_algorithm: Option<SSECustomerAlgorithm>sse_customer_key: Option<SSECustomerKey>sse_customer_key_md5: Option<SSECustomerKeyMD5>copy_source_sse_customer_algorithm: Option<CopySourceSSECustomerAlgorithm>copy_source_sse_customer_key: Option<CopySourceSSECustomerKey>copy_source_sse_customer_key_md5: Option<CopySourceSSECustomerKeyMD5>request_payer: Option<RequestPayer>expected_bucket_owner: Option<AccountId>expected_source_bucket_owner: Option<AccountId>

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.