[][src]Struct azure_sdk_cosmos::ListCollectionsBuilder

pub struct ListCollectionsBuilder<'a, C> where
    C: CosmosClient
{ /* fields omitted */ }

Implementations

impl<'a, C> ListCollectionsBuilder<'a, C> where
    C: CosmosClient
[src]

pub async fn execute<'_>(
    &'_ self
) -> Result<ListCollectionsResponse, AzureError>
[src]

pub fn stream(
    &self
) -> impl Stream<Item = Result<ListCollectionsResponse, AzureError>> + '_
[src]

Trait Implementations

impl<'a, C> ActivityIdOption<'a> for ListCollectionsBuilder<'a, C> where
    C: CosmosClient
[src]

impl<'a, C> ActivityIdSupport<'a> for ListCollectionsBuilder<'a, C> where
    C: CosmosClient
[src]

type O = ListCollectionsBuilder<'a, C>

impl<'a, C> Clone for ListCollectionsBuilder<'a, C> where
    C: CosmosClient
[src]

impl<'a, C> ConsistencyLevelOption<'a> for ListCollectionsBuilder<'a, C> where
    C: CosmosClient
[src]

impl<'a, C> ConsistencyLevelSupport<'a> for ListCollectionsBuilder<'a, C> where
    C: CosmosClient
[src]

type O = ListCollectionsBuilder<'a, C>

impl<'a, C> ContinuationOption<'a> for ListCollectionsBuilder<'a, C> where
    C: CosmosClient
[src]

impl<'a, C> ContinuationSupport<'a> for ListCollectionsBuilder<'a, C> where
    C: CosmosClient
[src]

type O = ListCollectionsBuilder<'a, C>

impl<'a, C> DatabaseClientRequired<'a, C> for ListCollectionsBuilder<'a, C> where
    C: CosmosClient
[src]

impl<'a, C: Debug> Debug for ListCollectionsBuilder<'a, C> where
    C: CosmosClient
[src]

impl<'a, C> MaxItemCountOption for ListCollectionsBuilder<'a, C> where
    C: CosmosClient
[src]

impl<'a, C> MaxItemCountSupport for ListCollectionsBuilder<'a, C> where
    C: CosmosClient
[src]

type O = ListCollectionsBuilder<'a, C>

impl<'a, C> UserAgentOption<'a> for ListCollectionsBuilder<'a, C> where
    C: CosmosClient
[src]

impl<'a, C> UserAgentSupport<'a> for ListCollectionsBuilder<'a, C> where
    C: CosmosClient
[src]

type O = ListCollectionsBuilder<'a, C>

Auto Trait Implementations

impl<'a, C> !RefUnwindSafe for ListCollectionsBuilder<'a, C>

impl<'a, C> Send for ListCollectionsBuilder<'a, C>

impl<'a, C> Sync for ListCollectionsBuilder<'a, C>

impl<'a, C> Unpin for ListCollectionsBuilder<'a, C>

impl<'a, C> !UnwindSafe for ListCollectionsBuilder<'a, 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, 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>,