pub struct CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>{ /* private fields */ }
Implementations§
Source§impl<'a, 'b, C, D, COLL> CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, Yes>
impl<'a, 'b, C, D, COLL> CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, Yes>
pub async fn execute( &self, ) -> Result<CreateUserDefinedFunctionResponse, AzureError>
Trait Implementations§
Source§impl<'a, 'b, C, D, COLL, BodySet> ActivityIdOption<'b> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
impl<'a, 'b, C, D, COLL, BodySet> ActivityIdOption<'b> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
fn activity_id(&self) -> Option<&'b str>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C, D, COLL, BodySet> ActivityIdSupport<'b> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
impl<'a, 'b, C, D, COLL, BodySet> ActivityIdSupport<'b> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
type O = CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
fn with_activity_id(self, activity_id: &'b str) -> Self::O
Source§impl<'a, 'b, C, D, COLL, BodySet> Clone for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>where
BodySet: ToAssign + Clone,
C: CosmosClient + Clone,
D: DatabaseClient<C> + Clone,
COLL: CollectionClient<C, D> + Clone,
impl<'a, 'b, C, D, COLL, BodySet> Clone for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>where
BodySet: ToAssign + Clone,
C: CosmosClient + Clone,
D: DatabaseClient<C> + Clone,
COLL: CollectionClient<C, D> + Clone,
Source§fn clone(
&self,
) -> CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
fn clone( &self, ) -> CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
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, BodySet> ConsistencyLevelOption<'b> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
impl<'a, 'b, C, D, COLL, BodySet> ConsistencyLevelOption<'b> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
fn consistency_level(&self) -> Option<ConsistencyLevel<'b>>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C, D, COLL, BodySet> ConsistencyLevelSupport<'b> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
impl<'a, 'b, C, D, COLL, BodySet> ConsistencyLevelSupport<'b> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
type O = CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
fn with_consistency_level( self, consistency_level: ConsistencyLevel<'b>, ) -> Self::O
Source§impl<'a, 'b, C, D, COLL, BodySet> Debug for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>where
BodySet: ToAssign + Debug,
C: CosmosClient + Debug,
D: DatabaseClient<C> + Debug,
COLL: CollectionClient<C, D> + Debug,
impl<'a, 'b, C, D, COLL, BodySet> Debug for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>where
BodySet: ToAssign + Debug,
C: CosmosClient + Debug,
D: DatabaseClient<C> + Debug,
COLL: CollectionClient<C, D> + Debug,
Source§impl<'a, 'b, C, D, COLL, BodySet> UserAgentOption<'b> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
impl<'a, 'b, C, D, COLL, BodySet> UserAgentOption<'b> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
fn user_agent(&self) -> Option<&'b str>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C, D, COLL, BodySet> UserAgentSupport<'b> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
impl<'a, 'b, C, D, COLL, BodySet> UserAgentSupport<'b> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
type O = CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
fn with_user_agent(self, user_agent: &'b str) -> Self::O
Source§impl<'a, 'b, C, D, COLL> UserDefinedFunctionBodyRequired<'b> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, Yes>
impl<'a, 'b, C, D, COLL> UserDefinedFunctionBodyRequired<'b> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, Yes>
Source§impl<'a, 'b, C, D, COLL> UserDefinedFunctionBodySupport<'b> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, No>
impl<'a, 'b, C, D, COLL> UserDefinedFunctionBodySupport<'b> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, No>
Source§impl<'a, 'b, C, D, COLL, BodySet> UserDefinedFunctionClientRequired<'a, C, D, COLL> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
impl<'a, 'b, C, D, COLL, BodySet> UserDefinedFunctionClientRequired<'a, C, D, COLL> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
fn user_defined_function_client( &self, ) -> &'a dyn UserDefinedFunctionClient<C, D, COLL>
Auto Trait Implementations§
impl<'a, 'b, C, D, COLL, BodySet> Freeze for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
impl<'a, 'b, C, D, COLL, BodySet> !RefUnwindSafe for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
impl<'a, 'b, C, D, COLL, BodySet> Send for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>where
BodySet: Send,
impl<'a, 'b, C, D, COLL, BodySet> Sync for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>where
BodySet: Sync,
impl<'a, 'b, C, D, COLL, BodySet> Unpin for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>where
BodySet: Unpin,
impl<'a, 'b, C, D, COLL, BodySet> !UnwindSafe for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, BodySet>
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