Struct azure_sdk_rust::azure::storage::blob::PutOptions
[−]
[src]
pub struct PutOptions { pub lease_id: Option<LeaseId>, pub timeout: Option<u64>, }
Fields
lease_id: Option<LeaseId>
timeout: Option<u64>
Trait Implementations
impl Debug for PutOptions
[src]
impl Clone for PutOptions
[src]
fn clone(&self) -> PutOptions
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for PutOptions
[src]
fn eq(&self, __arg_0: &PutOptions) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &PutOptions) -> bool
This method tests for !=
.