[][src]Trait azure_sdk_cosmos::AIMOption

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

#[must_use]    fn add_header(&self, builder: Builder) -> Builder { ... }
}

Required methods

fn a_im(&self) -> bool

Loading content...

Provided methods

#[must_use]fn add_header(&self, builder: Builder) -> Builder

Loading content...

Implementors

impl<'a, 'b, C, D> AIMOption for ListDocumentsBuilder<'a, 'b, C, D> where
    C: CosmosClient,
    D: DatabaseClient<C>, 
[src]

impl<'a, 'b, C, D, COLL> AIMOption for ListAttachmentsBuilder<'a, 'b, C, D, COLL> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>, 
[src]

Loading content...