[−][src]Trait azure_sdk_cosmos::ContinuationSupport
Associated Types
type O
Required methods
fn with_continuation(self, continuation: &'a str) -> Self::O
Implementors
impl<'a, 'b, CUB> ContinuationSupport<'b> for ListAttachmentsBuilder<'a, 'b, CUB> where
CUB: CosmosUriBuilder, [src]
CUB: CosmosUriBuilder,
type O = ListAttachmentsBuilder<'a, 'b, CUB>
fn with_continuation(self, continuation: &'b str) -> Self::O[src]
impl<'a, 'b, CUB> ContinuationSupport<'b> for ListDocumentsBuilder<'a, 'b, CUB> where
CUB: CosmosUriBuilder, [src]
CUB: CosmosUriBuilder,
type O = ListDocumentsBuilder<'a, 'b, CUB>
fn with_continuation(self, continuation: &'b str) -> Self::O[src]
impl<'a, 'b, CUB, QuerySet> ContinuationSupport<'b> for QueryDocumentsBuilder<'a, 'b, CUB, QuerySet> where
QuerySet: ToAssign,
CUB: CosmosUriBuilder, [src]
QuerySet: ToAssign,
CUB: CosmosUriBuilder,
type O = QueryDocumentsBuilder<'a, 'b, CUB, QuerySet>
fn with_continuation(self, continuation: &'b str) -> Self::O[src]
impl<'a, CUB> ContinuationSupport<'a> for ListCollectionsBuilder<'a, CUB> where
CUB: CosmosUriBuilder, [src]
CUB: CosmosUriBuilder,
type O = ListCollectionsBuilder<'a, CUB>
fn with_continuation(self, continuation: &'a str) -> Self::O[src]
impl<'a, CUB> ContinuationSupport<'a> for ListDatabasesBuilder<'a, CUB> where
CUB: CosmosUriBuilder, [src]
CUB: CosmosUriBuilder,