[][src]Trait azure_sdk_cosmos::TriggerTypeSupport

pub trait TriggerTypeSupport {
    type O;
    fn with_trigger_type(self, a: TriggerType) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

fn with_trigger_type(self, a: TriggerType) -> Self::O

Loading content...

Implementors

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

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

Loading content...