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