[][src]Struct azure_sdk_cosmos::ReplaceUserBuilder

pub struct ReplaceUserBuilder<'a, CUB, UserNameSet> where
    UserNameSet: ToAssign,
    CUB: CosmosUriBuilder
{ /* fields omitted */ }

Methods

impl<'a, CUB> ReplaceUserBuilder<'a, CUB, Yes> where
    CUB: CosmosUriBuilder
[src]

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

Trait Implementations

impl<'a, CUB: Clone, UserNameSet: Clone> Clone for ReplaceUserBuilder<'a, CUB, UserNameSet> where
    UserNameSet: ToAssign,
    CUB: CosmosUriBuilder
[src]

impl<'a, CUB: Debug, UserNameSet: Debug> Debug for ReplaceUserBuilder<'a, CUB, UserNameSet> where
    UserNameSet: ToAssign,
    CUB: CosmosUriBuilder
[src]

impl<'a, CUB, UserNameSet> UserClientRequired<'a, CUB> for ReplaceUserBuilder<'a, CUB, UserNameSet> where
    UserNameSet: ToAssign,
    CUB: CosmosUriBuilder
[src]

impl<'a, CUB> UserNameRequired<'a> for ReplaceUserBuilder<'a, CUB, Yes> where
    CUB: CosmosUriBuilder
[src]

impl<'a, CUB> UserNameSupport<'a> for ReplaceUserBuilder<'a, CUB, No> where
    CUB: CosmosUriBuilder
[src]

type O = ReplaceUserBuilder<'a, CUB, Yes>

Auto Trait Implementations

impl<'a, CUB, UserNameSet> !RefUnwindSafe for ReplaceUserBuilder<'a, CUB, UserNameSet>

impl<'a, CUB, UserNameSet> !Send for ReplaceUserBuilder<'a, CUB, UserNameSet>

impl<'a, CUB, UserNameSet> !Sync for ReplaceUserBuilder<'a, CUB, UserNameSet>

impl<'a, CUB, UserNameSet> Unpin for ReplaceUserBuilder<'a, CUB, UserNameSet> where
    UserNameSet: Unpin

impl<'a, CUB, UserNameSet> !UnwindSafe for ReplaceUserBuilder<'a, CUB, UserNameSet>

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