[][src]Trait azure_sdk_cosmos::CollectionNameSupport

pub trait CollectionNameSupport<'a> {
    type O;
    fn with_collection_name(
        self,
        collection_name: &'a dyn CollectionName
    ) -> Self::O; }

Associated Types

type O

Loading content...

Required methods

fn with_collection_name(
    self,
    collection_name: &'a dyn CollectionName
) -> Self::O

Loading content...

Implementors

impl<'a, C, OfferSet, IndexingPolicySet, PartitionKeySet> CollectionNameSupport<'a> for CreateCollectionBuilder<'a, C, OfferSet, No, IndexingPolicySet, PartitionKeySet> where
    OfferSet: ToAssign,
    IndexingPolicySet: ToAssign,
    PartitionKeySet: ToAssign,
    C: CosmosClient
[src]

type O = CreateCollectionBuilder<'a, C, OfferSet, Yes, IndexingPolicySet, PartitionKeySet>

Loading content...