[−][src]Struct azure_sdk_cosmos::GetDatabaseBuilder
Methods
impl<'a, CUB> GetDatabaseBuilder<'a, CUB> where
CUB: CosmosUriBuilder, [src]
CUB: CosmosUriBuilder,
pub async fn execute<'_>(&'_ self) -> Result<GetDatabaseResponse, AzureError>[src]
Trait Implementations
impl<'a, CUB> ActivityIdOption<'a> for GetDatabaseBuilder<'a, CUB> where
CUB: CosmosUriBuilder, [src]
CUB: CosmosUriBuilder,
fn activity_id(&self) -> Option<&'a str>[src]
#[must_use]fn add_header(&self, builder: Builder) -> Builder[src]
impl<'a, CUB> ActivityIdSupport<'a> for GetDatabaseBuilder<'a, CUB> where
CUB: CosmosUriBuilder, [src]
CUB: CosmosUriBuilder,
type O = GetDatabaseBuilder<'a, CUB>
fn with_activity_id(self, activity_id: &'a str) -> Self::O[src]
impl<'a, CUB: Clone> Clone for GetDatabaseBuilder<'a, CUB> where
CUB: CosmosUriBuilder, [src]
CUB: CosmosUriBuilder,
fn clone(&self) -> GetDatabaseBuilder<'a, CUB>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'a, CUB> DatabaseClientRequired<'a, CUB> for GetDatabaseBuilder<'a, CUB> where
CUB: CosmosUriBuilder, [src]
CUB: CosmosUriBuilder,
fn database_client(&self) -> &'a DatabaseClient<'a, CUB>[src]
impl<'a, CUB: Debug> Debug for GetDatabaseBuilder<'a, CUB> where
CUB: CosmosUriBuilder, [src]
CUB: CosmosUriBuilder,
impl<'a, CUB> UserAgentOption<'a> for GetDatabaseBuilder<'a, CUB> where
CUB: CosmosUriBuilder, [src]
CUB: CosmosUriBuilder,
fn user_agent(&self) -> Option<&'a str>[src]
#[must_use]fn add_header(&self, builder: Builder) -> Builder[src]
impl<'a, CUB> UserAgentSupport<'a> for GetDatabaseBuilder<'a, CUB> where
CUB: CosmosUriBuilder, [src]
CUB: CosmosUriBuilder,
type O = GetDatabaseBuilder<'a, CUB>
fn with_user_agent(self, user_agent: &'a str) -> Self::O[src]
Auto Trait Implementations
impl<'a, CUB> !RefUnwindSafe for GetDatabaseBuilder<'a, CUB>
impl<'a, CUB> !Send for GetDatabaseBuilder<'a, CUB>
impl<'a, CUB> !Sync for GetDatabaseBuilder<'a, CUB>
impl<'a, CUB> Unpin for GetDatabaseBuilder<'a, CUB>
impl<'a, CUB> !UnwindSafe for GetDatabaseBuilder<'a, CUB>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,