pub struct DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>{ /* private fields */ }
Implementations§
Source§impl<'a, 'b, C, D, COLL> DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
pub async fn execute(&self) -> Result<DeleteStoredProcedureResponse, AzureError>
Trait Implementations§
Source§impl<'a, 'b, C, D, COLL> ActivityIdOption<'b> for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> ActivityIdOption<'b> for DeleteStoredProcedureBuilder<'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 DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> ActivityIdSupport<'b> for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
type O = DeleteStoredProcedureBuilder<'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 DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> Clone for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
Source§fn clone(&self) -> DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
fn clone(&self) -> DeleteStoredProcedureBuilder<'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 DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> ConsistencyLevelOption<'b> for DeleteStoredProcedureBuilder<'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 DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> ConsistencyLevelSupport<'b> for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
type O = DeleteStoredProcedureBuilder<'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 DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> Debug for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
Source§impl<'a, 'b, C, D, COLL> StoredProcedureClientRequired<'a, C, D, COLL> for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> StoredProcedureClientRequired<'a, C, D, COLL> for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
fn stored_procedure_client(&self) -> &'a dyn StoredProcedureClient<C, D, COLL>
Source§impl<'a, 'b, C, D, COLL> UserAgentOption<'b> for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> UserAgentOption<'b> for DeleteStoredProcedureBuilder<'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 DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> UserAgentSupport<'b> for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
type O = DeleteStoredProcedureBuilder<'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 DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> !RefUnwindSafe for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> Send for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> Sync for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> Unpin for DeleteStoredProcedureBuilder<'a, 'b, C, D, COLL>
impl<'a, 'b, C, D, COLL> !UnwindSafe for DeleteStoredProcedureBuilder<'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