[][src]Trait azure_sdk_cosmos::AIMOption

pub trait AIMOption {
    fn a_im(&self) -> bool;

    fn add_header(&self, builder: &mut Builder) { ... }
}

Required methods

fn a_im(&self) -> bool

Loading content...

Provided methods

fn add_header(&self, builder: &mut Builder)

Loading content...

Implementors

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

Loading content...