[][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, CUB> UserNameSupport<'a> for ReplaceUserBuilder<'a, CUB, No> where
    CUB: CosmosUriBuilder
[src]

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

Loading content...