Struct dagger_sdk::QueryContainerOptsBuilder
source · pub struct QueryContainerOptsBuilder { /* private fields */ }Expand description
Builder for QueryContainerOpts.
Implementations§
source§impl QueryContainerOptsBuilder
impl QueryContainerOptsBuilder
pub fn id<VALUE: Into<ContainerId>>(&mut self, value: VALUE) -> &mut Self
pub fn platform<VALUE: Into<Platform>>(&mut self, value: VALUE) -> &mut Self
sourcepub fn build(
&self
) -> Result<QueryContainerOpts, QueryContainerOptsBuilderError>
pub fn build( &self ) -> Result<QueryContainerOpts, QueryContainerOptsBuilderError>
Trait Implementations§
source§impl Clone for QueryContainerOptsBuilder
impl Clone for QueryContainerOptsBuilder
source§fn clone(&self) -> QueryContainerOptsBuilder
fn clone(&self) -> QueryContainerOptsBuilder
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