[][src]Trait azure_sdk_cosmos::IntoCollectionClient

pub trait IntoCollectionClient<'a, C, D, COLL>: Debug + Send + Sync where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>, 
{ fn into_collection_client<IntoCowStr>(
        self,
        collection_name: IntoCowStr
    ) -> COLL
    where
        IntoCowStr: Into<Cow<'a, str>>
; }

Required methods

fn into_collection_client<IntoCowStr>(self, collection_name: IntoCowStr) -> COLL where
    IntoCowStr: Into<Cow<'a, str>>, 

Loading content...

Implementors

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

Loading content...