Struct azure_sdk_rust::azure::storage::blob::PutBlockOptions
[−]
[src]
pub struct PutBlockOptions { pub lease_id: Option<LeaseId>, pub timeout: Option<u64>, pub request_id: Option<String>, }
Fields
lease_id: Option<LeaseId>
timeout: Option<u64>
request_id: Option<String>
Trait Implementations
impl Debug for PutBlockOptions
[src]
impl Clone for PutBlockOptions
[src]
fn clone(&self) -> PutBlockOptions
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 PutBlockOptions
[src]
fn eq(&self, __arg_0: &PutBlockOptions) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &PutBlockOptions) -> bool
This method tests for !=
.