[][src]Struct azure_sdk_cosmos::ListUsersBuilder

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

Implementations

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

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

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

Trait Implementations

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Auto Trait Implementations

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

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

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

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

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