[][src]Trait azure_sdk_cosmos::WithUserClient

pub trait WithUserClient<'a, C, D, USER>: Debug + Send + Sync where
    C: CosmosClient,
    D: DatabaseClient<C>,
    USER: UserClient<C, D>, 
{ fn with_user_client<IntoCowStr>(&'a self, user_name: IntoCowStr) -> USER
    where
        IntoCowStr: Into<Cow<'a, str>>
; }

Required methods

fn with_user_client<IntoCowStr>(&'a self, user_name: IntoCowStr) -> USER where
    IntoCowStr: Into<Cow<'a, str>>, 

Loading content...

Implementors

impl<'a, C> WithUserClient<'a, C, DatabaseStruct<'a, C>, UserStruct<'a, C, DatabaseStruct<'a, C>>> for DatabaseStruct<'a, C> where
    C: CosmosClient + Clone
[src]

Loading content...