Struct dagger_sdk::QueryPipelineOptsBuilder
source · pub struct QueryPipelineOptsBuilder<'a> { /* private fields */ }Expand description
Builder for QueryPipelineOpts.
Implementations§
source§impl<'a> QueryPipelineOptsBuilder<'a>
impl<'a> QueryPipelineOptsBuilder<'a>
pub fn description<VALUE: Into<&'a str>>(&mut self, value: VALUE) -> &mut Self
sourcepub fn build(
&self
) -> Result<QueryPipelineOpts<'a>, QueryPipelineOptsBuilderError>
pub fn build( &self ) -> Result<QueryPipelineOpts<'a>, QueryPipelineOptsBuilderError>
Trait Implementations§
source§impl<'a> Clone for QueryPipelineOptsBuilder<'a>
impl<'a> Clone for QueryPipelineOptsBuilder<'a>
source§fn clone(&self) -> QueryPipelineOptsBuilder<'a>
fn clone(&self) -> QueryPipelineOptsBuilder<'a>
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 more