[][src]Struct azure_sdk_cosmos::CreateSlugAttachmentBuilder

pub struct CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> where
    BodySet: ToAssign,
    ContentTypeSet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
{ /* fields omitted */ }

Implementations

impl<'a, 'b, C, D, COLL, DOC> CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, Yes, Yes> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
[src]

pub async fn execute<'_>(
    &'_ self
) -> Result<CreateSlugAttachmentResponse, AzureError>
[src]

Trait Implementations

impl<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> ActivityIdOption<'b> for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> where
    BodySet: ToAssign,
    ContentTypeSet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
[src]

impl<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> ActivityIdSupport<'b> for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> where
    BodySet: ToAssign,
    ContentTypeSet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
[src]

type O = CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet>

impl<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> AttachmentClientRequired<'a, C, D, COLL, DOC> for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> where
    BodySet: ToAssign,
    ContentTypeSet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
[src]

impl<'a, 'b, C, D, COLL, DOC, ContentTypeSet> BodyRequired<'b> for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, Yes, ContentTypeSet> where
    ContentTypeSet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
[src]

impl<'a, 'b, C, D, COLL, DOC, ContentTypeSet> BodySupport<'b> for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, No, ContentTypeSet> where
    ContentTypeSet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
[src]

type O = CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, Yes, ContentTypeSet>

impl<'a, 'b, C: Clone, D: Clone, COLL: Clone, DOC: Clone, BodySet: Clone, ContentTypeSet: Clone> Clone for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> where
    BodySet: ToAssign,
    ContentTypeSet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
[src]

impl<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> ConsistencyLevelOption<'b> for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> where
    BodySet: ToAssign,
    ContentTypeSet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
[src]

impl<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> ConsistencyLevelSupport<'b> for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> where
    BodySet: ToAssign,
    ContentTypeSet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
[src]

type O = CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet>

impl<'a, 'b, C, D, COLL, DOC, BodySet> ContentTypeRequired<'b> for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, Yes> where
    BodySet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
[src]

impl<'a, 'b, C, D, COLL, DOC, BodySet> ContentTypeSupport<'b> for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, No> where
    BodySet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
[src]

type O = CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, Yes>

impl<'a, 'b, C: Debug, D: Debug, COLL: Debug, DOC: Debug, BodySet: Debug, ContentTypeSet: Debug> Debug for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> where
    BodySet: ToAssign,
    ContentTypeSet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
[src]

impl<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> IfMatchConditionOption<'b> for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> where
    BodySet: ToAssign,
    ContentTypeSet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
[src]

impl<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> IfMatchConditionSupport<'b> for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> where
    BodySet: ToAssign,
    ContentTypeSet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
[src]

type O = CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet>

impl<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> UserAgentOption<'b> for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> where
    BodySet: ToAssign,
    ContentTypeSet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
[src]

impl<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> UserAgentSupport<'b> for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> where
    BodySet: ToAssign,
    ContentTypeSet: ToAssign,
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    DOC: DocumentClient<C, D, COLL>, 
[src]

type O = CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet>

Auto Trait Implementations

impl<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> !RefUnwindSafe for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet>

impl<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> Send for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> where
    BodySet: Send,
    ContentTypeSet: Send

impl<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> Sync for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> where
    BodySet: Sync,
    ContentTypeSet: Sync

impl<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> Unpin for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> where
    BodySet: Unpin,
    ContentTypeSet: Unpin

impl<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet> !UnwindSafe for CreateSlugAttachmentBuilder<'a, 'b, C, D, COLL, DOC, BodySet, ContentTypeSet>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,