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