pub struct DeleteUserBuilder<'a, 'b, C, D>where
C: CosmosClient,
D: DatabaseClient<C>,{ /* private fields */ }
Implementations§
Source§impl<'a, 'b, C, D> DeleteUserBuilder<'a, 'b, C, D>where
C: CosmosClient,
D: DatabaseClient<C>,
impl<'a, 'b, C, D> DeleteUserBuilder<'a, 'b, C, D>where
C: CosmosClient,
D: DatabaseClient<C>,
pub async fn execute(&self) -> Result<DeleteUserResponse, AzureError>
Trait Implementations§
Source§impl<'a, 'b, C, D> ActivityIdOption<'b> for DeleteUserBuilder<'a, 'b, C, D>where
C: CosmosClient,
D: DatabaseClient<C>,
impl<'a, 'b, C, D> ActivityIdOption<'b> for DeleteUserBuilder<'a, 'b, C, D>where
C: CosmosClient,
D: DatabaseClient<C>,
fn activity_id(&self) -> Option<&'b str>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C, D> ActivityIdSupport<'b> for DeleteUserBuilder<'a, 'b, C, D>where
C: CosmosClient,
D: DatabaseClient<C>,
impl<'a, 'b, C, D> ActivityIdSupport<'b> for DeleteUserBuilder<'a, 'b, C, D>where
C: CosmosClient,
D: DatabaseClient<C>,
type O = DeleteUserBuilder<'a, 'b, C, D>
fn with_activity_id(self, activity_id: &'b str) -> Self::O
Source§impl<'a, 'b, C, D> Clone for DeleteUserBuilder<'a, 'b, C, D>
impl<'a, 'b, C, D> Clone for DeleteUserBuilder<'a, 'b, C, D>
Source§fn clone(&self) -> DeleteUserBuilder<'a, 'b, C, D>
fn clone(&self) -> DeleteUserBuilder<'a, 'b, C, D>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a, 'b, C, D> ConsistencyLevelOption<'b> for DeleteUserBuilder<'a, 'b, C, D>where
C: CosmosClient,
D: DatabaseClient<C>,
impl<'a, 'b, C, D> ConsistencyLevelOption<'b> for DeleteUserBuilder<'a, 'b, C, D>where
C: CosmosClient,
D: DatabaseClient<C>,
fn consistency_level(&self) -> Option<ConsistencyLevel<'b>>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C, D> ConsistencyLevelSupport<'b> for DeleteUserBuilder<'a, 'b, C, D>where
C: CosmosClient,
D: DatabaseClient<C>,
impl<'a, 'b, C, D> ConsistencyLevelSupport<'b> for DeleteUserBuilder<'a, 'b, C, D>where
C: CosmosClient,
D: DatabaseClient<C>,
type O = DeleteUserBuilder<'a, 'b, C, D>
fn with_consistency_level( self, consistency_level: ConsistencyLevel<'b>, ) -> Self::O
Source§impl<'a, 'b, C, D> Debug for DeleteUserBuilder<'a, 'b, C, D>
impl<'a, 'b, C, D> Debug for DeleteUserBuilder<'a, 'b, C, D>
Source§impl<'a, 'b, C, D> UserAgentOption<'b> for DeleteUserBuilder<'a, 'b, C, D>where
C: CosmosClient,
D: DatabaseClient<C>,
impl<'a, 'b, C, D> UserAgentOption<'b> for DeleteUserBuilder<'a, 'b, C, D>where
C: CosmosClient,
D: DatabaseClient<C>,
fn user_agent(&self) -> Option<&'b str>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C, D> UserAgentSupport<'b> for DeleteUserBuilder<'a, 'b, C, D>where
C: CosmosClient,
D: DatabaseClient<C>,
impl<'a, 'b, C, D> UserAgentSupport<'b> for DeleteUserBuilder<'a, 'b, C, D>where
C: CosmosClient,
D: DatabaseClient<C>,
type O = DeleteUserBuilder<'a, 'b, C, D>
fn with_user_agent(self, user_agent: &'b str) -> Self::O
Source§impl<'a, 'b, C, D> UserClientRequired<'a, C, D> for DeleteUserBuilder<'a, 'b, C, D>where
C: CosmosClient,
D: DatabaseClient<C>,
impl<'a, 'b, C, D> UserClientRequired<'a, C, D> for DeleteUserBuilder<'a, 'b, C, D>where
C: CosmosClient,
D: DatabaseClient<C>,
fn user_client(&self) -> &'a dyn UserClient<C, D>
Auto Trait Implementations§
impl<'a, 'b, C, D> Freeze for DeleteUserBuilder<'a, 'b, C, D>
impl<'a, 'b, C, D> !RefUnwindSafe for DeleteUserBuilder<'a, 'b, C, D>
impl<'a, 'b, C, D> Send for DeleteUserBuilder<'a, 'b, C, D>
impl<'a, 'b, C, D> Sync for DeleteUserBuilder<'a, 'b, C, D>
impl<'a, 'b, C, D> Unpin for DeleteUserBuilder<'a, 'b, C, D>
impl<'a, 'b, C, D> !UnwindSafe for DeleteUserBuilder<'a, 'b, C, D>
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