pub struct ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,{ /* private fields */ }
Implementations§
Source§impl<'a, 'b, C> ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
impl<'a, 'b, C> ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
pub async fn execute(&self) -> Result<ListUsersResponse, AzureError>
pub fn stream( &self, ) -> impl Stream<Item = Result<ListUsersResponse, AzureError>> + '_
Trait Implementations§
Source§impl<'a, 'b, C> ActivityIdOption<'b> for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
impl<'a, 'b, C> ActivityIdOption<'b> for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
fn activity_id(&self) -> Option<&'b str>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C> ActivityIdSupport<'b> for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
impl<'a, 'b, C> ActivityIdSupport<'b> for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
type O = ListUsersBuilder<'a, 'b, C>
fn with_activity_id(self, activity_id: &'b str) -> Self::O
Source§impl<'a, 'b, C> Clone for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
impl<'a, 'b, C> Clone for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
Source§impl<'a, 'b, C> ConsistencyLevelOption<'b> for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
impl<'a, 'b, C> ConsistencyLevelOption<'b> for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
fn consistency_level(&self) -> Option<ConsistencyLevel<'b>>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C> ConsistencyLevelSupport<'b> for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
impl<'a, 'b, C> ConsistencyLevelSupport<'b> for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
type O = ListUsersBuilder<'a, 'b, C>
fn with_consistency_level( self, consistency_level: ConsistencyLevel<'b>, ) -> Self::O
Source§impl<'a, 'b, C> ContinuationOption<'b> for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
impl<'a, 'b, C> ContinuationOption<'b> for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
fn continuation(&self) -> Option<&'b str>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C> ContinuationSupport<'b> for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
impl<'a, 'b, C> ContinuationSupport<'b> for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
type O = ListUsersBuilder<'a, 'b, C>
fn with_continuation(self, continuation: &'b str) -> Self::O
Source§impl<'a, 'b, C> DatabaseClientRequired<'a, C> for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
impl<'a, 'b, C> DatabaseClientRequired<'a, C> for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
fn database_client(&self) -> &'a dyn DatabaseClient<C>
Source§impl<'a, 'b, C> Debug for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient + Debug,
impl<'a, 'b, C> Debug for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient + Debug,
Source§impl<'a, 'b, C> MaxItemCountOption for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
impl<'a, 'b, C> MaxItemCountOption for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
fn max_item_count(&self) -> i32
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C> MaxItemCountSupport for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
impl<'a, 'b, C> MaxItemCountSupport for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
type O = ListUsersBuilder<'a, 'b, C>
fn with_max_item_count(self, max_item_count: i32) -> Self::O
Source§impl<'a, 'b, C> UserAgentOption<'b> for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
impl<'a, 'b, C> UserAgentOption<'b> for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
fn user_agent(&self) -> Option<&'b str>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C> UserAgentSupport<'b> for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
impl<'a, 'b, C> UserAgentSupport<'b> for ListUsersBuilder<'a, 'b, C>where
C: CosmosClient,
type O = ListUsersBuilder<'a, 'b, C>
fn with_user_agent(self, user_agent: &'b str) -> Self::O
Auto Trait Implementations§
impl<'a, 'b, C> Freeze for ListUsersBuilder<'a, 'b, C>
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more