Struct rusoto_workdocs::UploadMetadata [] [src]

pub struct UploadMetadata {
    pub signed_headers: Option<HashMap<String, String>>,
    pub upload_url: Option<String>,
}

Describes the upload.

Fields

The signed headers.

The URL of the upload.

Trait Implementations

impl Default for UploadMetadata
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for UploadMetadata
[src]

[src]

Formats the value using the given formatter.

impl Clone for UploadMetadata
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more