[][src]Trait azure_sdk_cosmos::OfferRequired

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

#[must_use]    fn add_header(&self, builder: Builder) -> Builder { ... }
}

Required methods

fn offer(&self) -> Offer

Loading content...

Provided methods

#[must_use]fn add_header(&self, builder: Builder) -> Builder

Loading content...

Implementors

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

Loading content...