[−][src]Trait azure_sdk_cosmos::WithAttachmentClient
Required methods
fn with_attachment_client<IntoCowStr>(
&'a self,
attachment_name: IntoCowStr
) -> ATT where
IntoCowStr: Into<Cow<'a, str>>,
&'a self,
attachment_name: IntoCowStr
) -> ATT where
IntoCowStr: Into<Cow<'a, str>>,
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]
C: CosmosClient + Clone,
D: DatabaseClient<C> + Clone,
COLL: CollectionClient<C, D> + Clone,
fn with_attachment_client<IntoCowStr>(
&'a self,
attachment_name: IntoCowStr
) -> AttachmentStruct<'a, C, D, COLL, Self> where
IntoCowStr: Into<Cow<'a, str>>,
[src]
&'a self,
attachment_name: IntoCowStr
) -> AttachmentStruct<'a, C, D, COLL, Self> where
IntoCowStr: Into<Cow<'a, str>>,