[][src]Trait azure_sdk_cosmos::IntoTriggerClient

pub trait IntoTriggerClient<'a, C, D, COLL, TRIGGER>: Debug + Send + Sync where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    TRIGGER: TriggerClient<C, D, COLL>, 
{ fn into_trigger_client<IntoCowStr>(
        self,
        trigger_name: IntoCowStr
    ) -> TRIGGER
    where
        IntoCowStr: Into<Cow<'a, str>>
; }

Required methods

fn into_trigger_client<IntoCowStr>(self, trigger_name: IntoCowStr) -> TRIGGER where
    IntoCowStr: Into<Cow<'a, str>>, 

Loading content...

Implementors

impl<'a, C, D> IntoTriggerClient<'a, C, D, CollectionStruct<'a, C, D>, TriggerStruct<'a, C, D, CollectionStruct<'a, C, D>>> for CollectionStruct<'a, C, D> where
    C: CosmosClient + Clone,
    D: DatabaseClient<C> + Clone
[src]

Loading content...