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

pub struct PutBlockOptions {
    pub lease_id: Option<LeaseId>,
    pub timeout: Option<u64>,
    pub request_id: Option<String>,
}

Fields

Trait Implementations

impl Debug for PutBlockOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for PutBlockOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PutBlockOptions
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations