[][src]Trait azure_sdk_cosmos::IsUpsertOption

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

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

Required methods

fn is_upsert(&self) -> bool

Loading content...

Provided methods

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

Loading content...

Implementors

impl<'a, 'b, C, D, PartitionKeysSet> IsUpsertOption for CreateDocumentBuilder<'a, 'b, C, D, PartitionKeysSet> where
    PartitionKeysSet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>, 
[src]

Loading content...