[][src]Trait azure_sdk_cosmos::AIMSupport

pub trait AIMSupport {
    type O;
    fn with_a_im(self, a_im: bool) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

fn with_a_im(self, a_im: bool) -> Self::O

Loading content...

Implementors

impl<'a, 'b, CUB> AIMSupport for ListDocumentsBuilder<'a, 'b, CUB> where
    CUB: CosmosUriBuilder
[src]

type O = ListDocumentsBuilder<'a, 'b, CUB>

Loading content...