[][src]Trait azure_sdk_cosmos::IsUpsertOption

pub trait IsUpsertOption {
    fn is_upsert(&self) -> bool;

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

Required methods

fn is_upsert(&self) -> bool

Loading content...

Provided methods

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

Loading content...

Implementors

impl<'a, 'b, T, CUB, DocumentSet, PartitionKeysSet> IsUpsertOption for CreateDocumentBuilder<'a, 'b, T, CUB, DocumentSet, PartitionKeysSet> where
    DocumentSet: ToAssign,
    PartitionKeysSet: ToAssign,
    T: Serialize,
    CUB: CosmosUriBuilder
[src]

Loading content...