[][src]Struct azure_sdk_cosmos::DeletePermissionsBuilder

pub struct DeletePermissionsBuilder<'a, 'b, C, D, USER> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    USER: UserClient<C, D>, 
{ /* fields omitted */ }

Implementations

impl<'a, 'b, C, D, USER> DeletePermissionsBuilder<'a, 'b, C, D, USER> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    USER: UserClient<C, D>, 
[src]

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

Trait Implementations

impl<'a, 'b, C, D, USER> ActivityIdOption<'b> for DeletePermissionsBuilder<'a, 'b, C, D, USER> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    USER: UserClient<C, D>, 
[src]

impl<'a, 'b, C, D, USER> ActivityIdSupport<'b> for DeletePermissionsBuilder<'a, 'b, C, D, USER> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    USER: UserClient<C, D>, 
[src]

type O = DeletePermissionsBuilder<'a, 'b, C, D, USER>

impl<'a, 'b, C: Clone, D: Clone, USER: Clone> Clone for DeletePermissionsBuilder<'a, 'b, C, D, USER> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    USER: UserClient<C, D>, 
[src]

impl<'a, 'b, C, D, USER> ConsistencyLevelOption<'b> for DeletePermissionsBuilder<'a, 'b, C, D, USER> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    USER: UserClient<C, D>, 
[src]

impl<'a, 'b, C, D, USER> ConsistencyLevelSupport<'b> for DeletePermissionsBuilder<'a, 'b, C, D, USER> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    USER: UserClient<C, D>, 
[src]

type O = DeletePermissionsBuilder<'a, 'b, C, D, USER>

impl<'a, 'b, C: Debug, D: Debug, USER: Debug> Debug for DeletePermissionsBuilder<'a, 'b, C, D, USER> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    USER: UserClient<C, D>, 
[src]

impl<'a, 'b, C, D, USER> PermissionClientRequired<'a, C, D, USER> for DeletePermissionsBuilder<'a, 'b, C, D, USER> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    USER: UserClient<C, D>, 
[src]

impl<'a, 'b, C, D, USER> UserAgentOption<'b> for DeletePermissionsBuilder<'a, 'b, C, D, USER> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    USER: UserClient<C, D>, 
[src]

impl<'a, 'b, C, D, USER> UserAgentSupport<'b> for DeletePermissionsBuilder<'a, 'b, C, D, USER> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    USER: UserClient<C, D>, 
[src]

type O = DeletePermissionsBuilder<'a, 'b, C, D, USER>

Auto Trait Implementations

impl<'a, 'b, C, D, USER> !RefUnwindSafe for DeletePermissionsBuilder<'a, 'b, C, D, USER>

impl<'a, 'b, C, D, USER> Send for DeletePermissionsBuilder<'a, 'b, C, D, USER>

impl<'a, 'b, C, D, USER> Sync for DeletePermissionsBuilder<'a, 'b, C, D, USER>

impl<'a, 'b, C, D, USER> Unpin for DeletePermissionsBuilder<'a, 'b, C, D, USER>

impl<'a, 'b, C, D, USER> !UnwindSafe for DeletePermissionsBuilder<'a, 'b, C, D, USER>

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>,