[−][src]Trait azure_sdk_cosmos::WithCollectionClient
Required methods
fn with_collection_client<IntoCowStr>(
&'a self,
collection_name: IntoCowStr
) -> COLL where
IntoCowStr: Into<Cow<'a, str>>,
&'a self,
collection_name: IntoCowStr
) -> COLL where
IntoCowStr: Into<Cow<'a, str>>,
Implementors
impl<'a, C> WithCollectionClient<'a, C, DatabaseStruct<'a, C>, CollectionStruct<'a, C, DatabaseStruct<'a, C>>> for DatabaseStruct<'a, C> where
C: CosmosClient + Clone,
[src]
C: CosmosClient + Clone,
fn with_collection_client<IntoCowStr>(
&'a self,
collection_name: IntoCowStr
) -> CollectionStruct<'a, C, Self> where
IntoCowStr: Into<Cow<'a, str>>,
[src]
&'a self,
collection_name: IntoCowStr
) -> CollectionStruct<'a, C, Self> where
IntoCowStr: Into<Cow<'a, str>>,