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