[][src]Trait azure_sdk_cosmos::TriggerTypeRequired

pub trait TriggerTypeRequired {
    fn trigger_type(&self) -> TriggerType;
}

Required methods

Loading content...

Implementors

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

Loading content...