[][src]Trait azure_sdk_cosmos::DocumentSupport

pub trait DocumentSupport<'a, T> where
    T: Serialize
{ type O; fn with_document(self, document: &'a Document<T>) -> Self::O; }

Associated Types

type O

Loading content...

Required methods

fn with_document(self, document: &'a Document<T>) -> Self::O

Loading content...

Implementors

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

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

impl<'a, 'b, T, CUB, PartitionKeysSet> DocumentSupport<'b, T> for ReplaceDocumentBuilder<'a, 'b, T, CUB, No, PartitionKeysSet> where
    PartitionKeysSet: ToAssign,
    T: Serialize,
    CUB: CosmosUriBuilder
[src]

type O = ReplaceDocumentBuilder<'a, 'b, T, CUB, Yes, PartitionKeysSet>

Loading content...