[][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, C, D, PartitionKeysSet> IsUpsertSupport for CreateDocumentBuilder<'a, 'b, C, D, PartitionKeysSet> where
    PartitionKeysSet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>, 
[src]

type O = CreateDocumentBuilder<'a, 'b, C, D, PartitionKeysSet>

Loading content...