[][src]Trait azure_sdk_cosmos::WithAttachmentClient

pub trait WithAttachmentClient<'a, C, D, COLL, DOC, ATT>: Debug where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>,
    ATT: AttachmentClient<C, D, COLL, DOC>, 
{ fn with_attachment_client<IntoCowStr>(
        &'a self,
        attachment_name: IntoCowStr
    ) -> ATT
    where
        IntoCowStr: Into<Cow<'a, str>>
; }

Required methods

fn with_attachment_client<IntoCowStr>(
    &'a self,
    attachment_name: IntoCowStr
) -> ATT where
    IntoCowStr: Into<Cow<'a, str>>, 

Loading content...

Implementors

impl<'a, 'b, C, D, COLL> WithAttachmentClient<'a, C, D, COLL, DocumentStruct<'a, 'b, C, D, COLL>, AttachmentStruct<'a, C, D, COLL, DocumentStruct<'a, 'b, C, D, COLL>>> for DocumentStruct<'a, 'b, C, D, COLL> where
    C: CosmosClient + Clone,
    D: DatabaseClient<C> + Clone,
    COLL: CollectionClient<C, D> + Clone
[src]

Loading content...