[][src]Trait azure_sdk_cosmos::UserNameSupport

pub trait UserNameSupport<'a> {
    type O;
    fn with_user_name(self, user_name: &'a dyn UserName) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

fn with_user_name(self, user_name: &'a dyn UserName) -> Self::O

Loading content...

Implementors

impl<'a, 'b, C, D> UserNameSupport<'a> for ReplaceUserBuilder<'a, 'b, C, D, No> where
    C: CosmosClient,
    D: DatabaseClient<C>, 
[src]

type O = ReplaceUserBuilder<'a, 'b, C, D, Yes>

Loading content...