Struct azure_sdk_for_rust::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. Read more

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 !=.

Auto Trait Implementations

impl Send for PutOptions

impl Sync for PutOptions