[][src]Struct azure_sdk_cosmos::DeleteStoredProcedureBuilder

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

Implementations

impl<'a, 'b, C, D, COLL> DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>, 
[src]

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

Trait Implementations

impl<'a, 'b, C, D, COLL> ActivityIdOption<'b> for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>, 
[src]

impl<'a, 'b, C, D, COLL> ActivityIdSupport<'b> for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>, 
[src]

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

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

impl<'a, 'b, C, D, COLL> ConsistencyLevelOption<'b> for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>, 
[src]

impl<'a, 'b, C, D, COLL> ConsistencyLevelSupport<'b> for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>, 
[src]

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

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

impl<'a, 'b, C, D, COLL> StoredProcedureClientRequired<'a, C, D, COLL> for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>, 
[src]

impl<'a, 'b, C, D, COLL> UserAgentOption<'b> for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>, 
[src]

impl<'a, 'b, C, D, COLL> UserAgentSupport<'b> for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>, 
[src]

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

Auto Trait Implementations

impl<'a, 'b, C, D, COLL> !RefUnwindSafe for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>

impl<'a, 'b, C, D, COLL> Send for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>

impl<'a, 'b, C, D, COLL> Sync for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>

impl<'a, 'b, C, D, COLL> Unpin for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>

impl<'a, 'b, C, D, COLL> !UnwindSafe for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>

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