[][src]Trait azure_sdk_cosmos::IsUpsertSupport

pub trait IsUpsertSupport {
    type O;
    fn with_is_upsert(self, is_upsert: bool) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

fn with_is_upsert(self, is_upsert: bool) -> Self::O

Loading content...

Implementors

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

type O = CreateDocumentBuilder<'a, 'b, T, CUB, DocumentSet, PartitionKeysSet>

Loading content...