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