[][src]Struct azure_sdk_storage_queue::requests::ListQueuesBuilder

pub struct ListQueuesBuilder<'a, 'b, C> where
    C: Client
{ /* fields omitted */ }

Implementations

impl<'a, 'b, C> ListQueuesBuilder<'a, 'b, C> where
    C: Client
[src]

pub fn queue_service(&self) -> &'a dyn QueueService<StorageClient = C>[src]

impl<'a, 'b, C> ListQueuesBuilder<'a, 'b, C> where
    C: Client
[src]

Trait Implementations

impl<'a, 'b, C> ClientRequestIdOption<'a> for ListQueuesBuilder<'a, 'b, C> where
    C: Client
[src]

impl<'a, 'b, C> ClientRequestIdSupport<'a> for ListQueuesBuilder<'a, 'b, C> where
    C: Client
[src]

type O = ListQueuesBuilder<'a, 'b, C>

impl<'a, 'b, C: Clone> Clone for ListQueuesBuilder<'a, 'b, C> where
    C: Client
[src]

impl<'a, 'b, C: Debug> Debug for ListQueuesBuilder<'a, 'b, C> where
    C: Client
[src]

impl<'a, 'b, C> IncludeMetadataOption for ListQueuesBuilder<'a, 'b, C> where
    C: Client
[src]

impl<'a, 'b, C> IncludeMetadataSupport for ListQueuesBuilder<'a, 'b, C> where
    C: Client
[src]

type O = ListQueuesBuilder<'a, 'b, C>

impl<'a, 'b, C> MaxResultsOption for ListQueuesBuilder<'a, 'b, C> where
    C: Client
[src]

impl<'a, 'b, C> MaxResultsSupport for ListQueuesBuilder<'a, 'b, C> where
    C: Client
[src]

type O = ListQueuesBuilder<'a, 'b, C>

impl<'a, 'b, C> NextMarkerOption<'b> for ListQueuesBuilder<'a, 'b, C> where
    C: Client
[src]

impl<'a, 'b, C> NextMarkerSupport<'b> for ListQueuesBuilder<'a, 'b, C> where
    C: Client
[src]

type O = ListQueuesBuilder<'a, 'b, C>

impl<'a, 'b, C> PrefixOption<'b> for ListQueuesBuilder<'a, 'b, C> where
    C: Client
[src]

impl<'a, 'b, C> PrefixSupport<'b> for ListQueuesBuilder<'a, 'b, C> where
    C: Client
[src]

type O = ListQueuesBuilder<'a, 'b, C>

impl<'a, 'b, C> TimeoutOption for ListQueuesBuilder<'a, 'b, C> where
    C: Client
[src]

impl<'a, 'b, C> TimeoutSupport for ListQueuesBuilder<'a, 'b, C> where
    C: Client
[src]

type O = ListQueuesBuilder<'a, 'b, C>

Auto Trait Implementations

impl<'a, 'b, C> !RefUnwindSafe for ListQueuesBuilder<'a, 'b, C>

impl<'a, 'b, C> Send for ListQueuesBuilder<'a, 'b, C>

impl<'a, 'b, C> Sync for ListQueuesBuilder<'a, 'b, C>

impl<'a, 'b, C> Unpin for ListQueuesBuilder<'a, 'b, C>

impl<'a, 'b, C> !UnwindSafe for ListQueuesBuilder<'a, 'b, C>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,