[][src]Struct azure_sdk_cosmos::DeleteAttachmentBuilder

pub struct DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
{ /* fields omitted */ }

Implementations

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>, 
[src]

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

Trait Implementations

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>, 
[src]

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>, 
[src]

type O = DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>

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>, 
[src]

impl<'a, 'b, C: Clone, D: Clone, COLL: Clone, DOC: Clone> Clone for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
[src]

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>, 
[src]

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>, 
[src]

type O = DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>

impl<'a, 'b, C: Debug, D: Debug, COLL: Debug, DOC: Debug> Debug for DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
[src]

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>, 
[src]

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>, 
[src]

type O = DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>

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>, 
[src]

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>, 
[src]

type O = DeleteAttachmentBuilder<'a, 'b, C, D, COLL, DOC>

Auto Trait Implementations

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

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>,