[][src]Struct azure_sdk_cosmos::CreateOrReplaceUserDefinedFunctionBuilder

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

Implementations

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

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

Trait Implementations

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

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

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

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

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

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

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

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

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

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

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

impl<'a, 'b, C, D, COLL> UserDefinedFunctionBodyRequired<'b> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, Yes> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>, 
[src]

impl<'a, 'b, C, D, COLL> UserDefinedFunctionBodySupport<'b> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, No> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>, 
[src]

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

impl<'a, 'b, C, D, COLL, BodySet> UserDefinedFunctionClientRequired<'a, C, D, COLL> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet> where
    BodySet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>, 
[src]

Auto Trait Implementations

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

impl<'a, 'b, C, D, COLL, BodySet> Send for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet> where
    BodySet: Send

impl<'a, 'b, C, D, COLL, BodySet> Sync for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet> where
    BodySet: Sync

impl<'a, 'b, C, D, COLL, BodySet> Unpin for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet> where
    BodySet: Unpin

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

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