pub struct DeleteDocumentBuilder<'a, C, D, COLL>{ /* private fields */ }
Implementations§
Source§impl<'a, C, D, COLL> DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> DeleteDocumentBuilder<'a, C, D, COLL>
pub async fn execute(&self) -> Result<DeleteDocumentResponse, AzureError>
Trait Implementations§
Source§impl<'a, C, D, COLL> ActivityIdOption<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> ActivityIdOption<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
fn activity_id(&self) -> Option<&'a str>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, C, D, COLL> ActivityIdSupport<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> ActivityIdSupport<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
type O = DeleteDocumentBuilder<'a, C, D, COLL>
fn with_activity_id(self, activity_id: &'a str) -> Self::O
Source§impl<'a, C, D, COLL> AllowTentativeWritesOption for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> AllowTentativeWritesOption for DeleteDocumentBuilder<'a, C, D, COLL>
fn allow_tentative_writes(&self) -> bool
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, C, D, COLL> AllowTentativeWritesSupport for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> AllowTentativeWritesSupport for DeleteDocumentBuilder<'a, C, D, COLL>
type O = DeleteDocumentBuilder<'a, C, D, COLL>
fn with_allow_tentative_writes(self, allow_tentative_writes: bool) -> Self::O
Source§impl<'a, C, D, COLL> Clone for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> Clone for DeleteDocumentBuilder<'a, C, D, COLL>
Source§fn clone(&self) -> DeleteDocumentBuilder<'a, C, D, COLL>
fn clone(&self) -> DeleteDocumentBuilder<'a, C, D, COLL>
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, C, D, COLL> ConsistencyLevelOption<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> ConsistencyLevelOption<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
fn consistency_level(&self) -> Option<ConsistencyLevel<'a>>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, C, D, COLL> ConsistencyLevelSupport<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> ConsistencyLevelSupport<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
type O = DeleteDocumentBuilder<'a, C, D, COLL>
fn with_consistency_level( self, consistency_level: ConsistencyLevel<'a>, ) -> Self::O
Source§impl<'a, C, D, COLL> Debug for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> Debug for DeleteDocumentBuilder<'a, C, D, COLL>
Source§impl<'a, C, D, COLL> DocumentClientRequired<'a, C, D, COLL> for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> DocumentClientRequired<'a, C, D, COLL> for DeleteDocumentBuilder<'a, C, D, COLL>
fn document_client(&self) -> &'a dyn DocumentClient<C, D, COLL>
Source§impl<'a, C, D, COLL> IfMatchConditionOption<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> IfMatchConditionOption<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
fn if_match_condition(&self) -> Option<IfMatchCondition<'a>>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, C, D, COLL> IfMatchConditionSupport<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> IfMatchConditionSupport<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
type O = DeleteDocumentBuilder<'a, C, D, COLL>
fn with_if_match_condition( self, if_match_condition: IfMatchCondition<'a>, ) -> Self::O
Source§impl<'a, C, D, COLL> IfModifiedSinceOption<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> IfModifiedSinceOption<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
Source§impl<'a, C, D, COLL> IfModifiedSinceSupport<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> IfModifiedSinceSupport<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
type O = DeleteDocumentBuilder<'a, C, D, COLL>
fn with_if_modified_since(self, if_modified_since: &'a DateTime<Utc>) -> Self::O
Source§impl<'a, C, D, COLL> UserAgentOption<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> UserAgentOption<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
fn user_agent(&self) -> Option<&'a str>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, C, D, COLL> UserAgentSupport<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> UserAgentSupport<'a> for DeleteDocumentBuilder<'a, C, D, COLL>
type O = DeleteDocumentBuilder<'a, C, D, COLL>
fn with_user_agent(self, user_agent: &'a str) -> Self::O
Auto Trait Implementations§
impl<'a, C, D, COLL> Freeze for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> !RefUnwindSafe for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> Send for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> Sync for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> Unpin for DeleteDocumentBuilder<'a, C, D, COLL>
impl<'a, C, D, COLL> !UnwindSafe for DeleteDocumentBuilder<'a, C, D, COLL>
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