Struct azure_sdk_rust::azure::storage::blob::PutOptions [] [src]

pub struct PutOptions {
    pub lease_id: Option<LeaseId>,
    pub timeout: Option<u64>,
}

Fields

Trait Implementations

impl Debug for PutOptions
[src]

Formats the value using the given formatter.

impl Clone for PutOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PutOptions
[src]

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

This method tests for !=.