[][src]Trait azure_sdk_cosmos::TriggerOperationSupport

pub trait TriggerOperationSupport {
    type O;
    fn with_trigger_operation(self, a: TriggerOperation) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

Loading content...

Implementors

impl<'a, C, D, COLL, TriggerTypeSet, BodySet> TriggerOperationSupport for CreateOrReplaceTriggerBuilder<'a, C, D, COLL, No, TriggerTypeSet, BodySet> where
    TriggerTypeSet: ToAssign,
    BodySet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>, 
[src]

type O = CreateOrReplaceTriggerBuilder<'a, C, D, COLL, Yes, TriggerTypeSet, BodySet>

Loading content...