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

Trait Implementations

impl Debug for ListBlobOptions
[src]

Formats the value using the given formatter.

impl Clone for ListBlobOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListBlobOptions
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.