[][src]Trait azure_sdk_cosmos::OfferSupport

pub trait OfferSupport {
    type O;
    fn with_offer(self, offer: Offer) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

fn with_offer(self, offer: Offer) -> Self::O

Loading content...

Implementors

impl<'a, CUB, CollectionNameSet, IndexingPolicySet, PartitionKeySet> OfferSupport for CreateCollectionBuilder<'a, CUB, No, CollectionNameSet, IndexingPolicySet, PartitionKeySet> where
    CollectionNameSet: ToAssign,
    IndexingPolicySet: ToAssign,
    PartitionKeySet: ToAssign,
    CUB: CosmosUriBuilder
[src]

type O = CreateCollectionBuilder<'a, CUB, Yes, CollectionNameSet, IndexingPolicySet, PartitionKeySet>

Loading content...