Struct azure_sdk_for_rust::storage::blob::ListBlobOptions[][src]

pub struct ListBlobOptions<'a> {
    pub max_results: u32,
    pub include_snapshots: bool,
    pub include_metadata: bool,
    pub include_uncommittedblobs: bool,
    pub include_copy: bool,
    pub next_marker: Option<&'a ContinuationToken>,
    pub prefix: Option<String>,
    pub timeout: Option<u64>,
}

Fields

Trait Implementations

impl<'a> Debug for ListBlobOptions<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for ListBlobOptions<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a> Send for ListBlobOptions<'a>

impl<'a> Sync for ListBlobOptions<'a>