pub struct GetDocumentBuilder<'a, 'b, C, D, COLL>{ /* private fields */ }
Implementations§
Source§impl<'a, 'b, C, D, COLL> GetDocumentBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> GetDocumentBuilder<'a, 'b, C, D, COLL>
pub async fn execute<T>(&self) -> Result<GetDocumentResponse<T>, AzureError>where
T: DeserializeOwned,
Trait Implementations§
Source§impl<'a, 'b, C, D, COLL> ActivityIdOption<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> ActivityIdOption<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
fn activity_id(&self) -> Option<&'b str>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C, D, COLL> ActivityIdSupport<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> ActivityIdSupport<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
type O = GetDocumentBuilder<'a, 'b, C, D, COLL>
fn with_activity_id(self, activity_id: &'b str) -> Self::O
Source§impl<'a, 'b, C, D, COLL> Clone for GetDocumentBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> Clone for GetDocumentBuilder<'a, 'b, C, D, COLL>
Source§fn clone(&self) -> GetDocumentBuilder<'a, 'b, C, D, COLL>
fn clone(&self) -> GetDocumentBuilder<'a, 'b, C, D, COLL>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a, 'b, C, D, COLL> ConsistencyLevelOption<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> ConsistencyLevelOption<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
fn consistency_level(&self) -> Option<ConsistencyLevel<'b>>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C, D, COLL> ConsistencyLevelSupport<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> ConsistencyLevelSupport<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
type O = GetDocumentBuilder<'a, 'b, C, D, COLL>
fn with_consistency_level( self, consistency_level: ConsistencyLevel<'b>, ) -> Self::O
Source§impl<'a, 'b, C, D, COLL> Debug for GetDocumentBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> Debug for GetDocumentBuilder<'a, 'b, C, D, COLL>
Source§impl<'a, 'b, C, D, COLL> DocumentClientRequired<'a, C, D, COLL> for GetDocumentBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> DocumentClientRequired<'a, C, D, COLL> for GetDocumentBuilder<'a, 'b, C, D, COLL>
fn document_client(&self) -> &'a dyn DocumentClient<C, D, COLL>
Source§impl<'a, 'b, C, D, COLL> IfMatchConditionOption<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> IfMatchConditionOption<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
fn if_match_condition(&self) -> Option<IfMatchCondition<'b>>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C, D, COLL> IfMatchConditionSupport<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> IfMatchConditionSupport<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
type O = GetDocumentBuilder<'a, 'b, C, D, COLL>
fn with_if_match_condition( self, if_match_condition: IfMatchCondition<'b>, ) -> Self::O
Source§impl<'a, 'b, C, D, COLL> IfModifiedSinceOption<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> IfModifiedSinceOption<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
Source§impl<'a, 'b, C, D, COLL> IfModifiedSinceSupport<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> IfModifiedSinceSupport<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
type O = GetDocumentBuilder<'a, 'b, C, D, COLL>
fn with_if_modified_since(self, if_modified_since: &'b DateTime<Utc>) -> Self::O
Source§impl<'a, 'b, C, D, COLL> UserAgentOption<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> UserAgentOption<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
fn user_agent(&self) -> Option<&'b str>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C, D, COLL> UserAgentSupport<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> UserAgentSupport<'b> for GetDocumentBuilder<'a, 'b, C, D, COLL>
type O = GetDocumentBuilder<'a, 'b, C, D, COLL>
fn with_user_agent(self, user_agent: &'b str) -> Self::O
Auto Trait Implementations§
impl<'a, 'b, C, D, COLL> Freeze for GetDocumentBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> !RefUnwindSafe for GetDocumentBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> Send for GetDocumentBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> Sync for GetDocumentBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> Unpin for GetDocumentBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> !UnwindSafe for GetDocumentBuilder<'a, 'b, C, D, COLL>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more