[][src]Trait azure_sdk_cosmos::OfferRequired

pub trait OfferRequired {
    fn offer(&self) -> Offer;

    fn add_header(&self, builder: &mut Builder) { ... }
}

Required methods

fn offer(&self) -> Offer

Loading content...

Provided methods

fn add_header(&self, builder: &mut Builder)

Loading content...

Implementors

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

Loading content...