pub struct DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,{ /* private fields */ }
Implementations§
Source§impl<'a, 'b, C, D, COLL, DOC> DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
impl<'a, 'b, C, D, COLL, DOC> DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
pub async fn execute(&self) -> Result<DeleteAttachmentResponse, AzureError>
Trait Implementations§
Source§impl<'a, 'b, C, D, COLL, DOC> ActivityIdOption<'b> for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
impl<'a, 'b, C, D, COLL, DOC> ActivityIdOption<'b> for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
fn activity_id(&self) -> Option<&'b str>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C, D, COLL, DOC> ActivityIdSupport<'b> for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
impl<'a, 'b, C, D, COLL, DOC> ActivityIdSupport<'b> for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
type O = DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>
fn with_activity_id(self, activity_id: &'b str) -> Self::O
Source§impl<'a, 'b, C, D, COLL, DOC> AttachmentClientRequired<'a, C, D, COLL, DOC> for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
impl<'a, 'b, C, D, COLL, DOC> AttachmentClientRequired<'a, C, D, COLL, DOC> for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
fn attachment_client(&self) -> &'a dyn AttachmentClient<C, D, COLL, DOC>
Source§impl<'a, 'b, C, D, COLL, DOC> Clone for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient + Clone,
D: DatabaseClient<C> + Clone,
COLL: CollectionClient<C, D> + Clone,
DOC: DocumentClient<C, D, COLL> + Clone,
impl<'a, 'b, C, D, COLL, DOC> Clone for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient + Clone,
D: DatabaseClient<C> + Clone,
COLL: CollectionClient<C, D> + Clone,
DOC: DocumentClient<C, D, COLL> + Clone,
Source§fn clone(&self) -> DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>
fn clone(&self) -> DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>
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, COLL, DOC> ConsistencyLevelOption<'b> for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
impl<'a, 'b, C, D, COLL, DOC> ConsistencyLevelOption<'b> for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
fn consistency_level(&self) -> Option<ConsistencyLevel<'b>>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C, D, COLL, DOC> ConsistencyLevelSupport<'b> for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
impl<'a, 'b, C, D, COLL, DOC> ConsistencyLevelSupport<'b> for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
type O = DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>
fn with_consistency_level( self, consistency_level: ConsistencyLevel<'b>, ) -> Self::O
Source§impl<'a, 'b, C, D, COLL, DOC> Debug for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient + Debug,
D: DatabaseClient<C> + Debug,
COLL: CollectionClient<C, D> + Debug,
DOC: DocumentClient<C, D, COLL> + Debug,
impl<'a, 'b, C, D, COLL, DOC> Debug for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient + Debug,
D: DatabaseClient<C> + Debug,
COLL: CollectionClient<C, D> + Debug,
DOC: DocumentClient<C, D, COLL> + Debug,
Source§impl<'a, 'b, C, D, COLL, DOC> IfMatchConditionOption<'b> for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
impl<'a, 'b, C, D, COLL, DOC> IfMatchConditionOption<'b> for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
fn if_match_condition(&self) -> Option<IfMatchCondition<'b>>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C, D, COLL, DOC> IfMatchConditionSupport<'b> for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
impl<'a, 'b, C, D, COLL, DOC> IfMatchConditionSupport<'b> for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
type O = DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>
fn with_if_match_condition( self, if_match_condition: IfMatchCondition<'b>, ) -> Self::O
Source§impl<'a, 'b, C, D, COLL, DOC> UserAgentOption<'b> for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
impl<'a, 'b, C, D, COLL, DOC> UserAgentOption<'b> for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
fn user_agent(&self) -> Option<&'b str>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C, D, COLL, DOC> UserAgentSupport<'b> for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
impl<'a, 'b, C, D, COLL, DOC> UserAgentSupport<'b> for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>where
C: CosmosClient,
D: DatabaseClient<C>,
COLL: CollectionClient<C, D>,
DOC: DocumentClient<C, D, COLL>,
type O = DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>
fn with_user_agent(self, user_agent: &'b str) -> Self::O
Auto Trait Implementations§
impl<'a, 'b, C, D, COLL, DOC> Freeze for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>
impl<'a, 'b, C, D, COLL, DOC> !RefUnwindSafe for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>
impl<'a, 'b, C, D, COLL, DOC> Send for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>
impl<'a, 'b, C, D, COLL, DOC> Sync for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>
impl<'a, 'b, C, D, COLL, DOC> Unpin for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>
impl<'a, 'b, C, D, COLL, DOC> !UnwindSafe for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>
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