[][src]Trait azure_sdk_cosmos::IntoUserDefinedFunctionClient

pub trait IntoUserDefinedFunctionClient<'a, C, D, COLL, UDF>: Debug + Send + Sync where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    UDF: UserDefinedFunctionClient<C, D, COLL>, 
{ fn into_user_defined_function_client<IntoCowStr>(
        self,
        user_defined_function_name: IntoCowStr
    ) -> UDF
    where
        IntoCowStr: Into<Cow<'a, str>>
; }

Required methods

fn into_user_defined_function_client<IntoCowStr>(
    self,
    user_defined_function_name: IntoCowStr
) -> UDF where
    IntoCowStr: Into<Cow<'a, str>>, 

Loading content...

Implementors

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

Loading content...