Struct azure_sdk_for_rust::storage::blob::GetBlockListResponse[][src]

pub struct GetBlockListResponse {
    pub block_list: BlockWithSizeList<String>,
    pub last_modified: Option<DateTime<FixedOffset>>,
    pub etag: Option<String>,
    pub content_type: String,
    pub request_id: RequestId,
    pub date: DateTime<FixedOffset>,
}

Fields

Trait Implementations

impl Debug for GetBlockListResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for GetBlockListResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations