Trait AIMOption

Source
pub trait AIMOption {
    // Required method
    fn a_im(&self) -> bool;

    // Provided method
    fn add_header(&self, builder: Builder) -> Builder { ... }
}

Required Methods§

Source

fn a_im(&self) -> bool

Provided Methods§

Source

fn add_header(&self, builder: Builder) -> Builder

Implementors§

Source§

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

Source§

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