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