Struct dagger_sdk::ContainerExportOptsBuilder
source · pub struct ContainerExportOptsBuilder { /* private fields */ }Expand description
Builder for ContainerExportOpts.
Implementations§
source§impl ContainerExportOptsBuilder
impl ContainerExportOptsBuilder
sourcepub fn platform_variants<VALUE: Into<Vec<ContainerId>>>(
&mut self,
value: VALUE
) -> &mut Self
pub fn platform_variants<VALUE: Into<Vec<ContainerId>>>( &mut self, value: VALUE ) -> &mut Self
Identifiers for other platform specific containers. Used for multi-platform image.
sourcepub fn build(
&self
) -> Result<ContainerExportOpts, ContainerExportOptsBuilderError>
pub fn build( &self ) -> Result<ContainerExportOpts, ContainerExportOptsBuilderError>
Trait Implementations§
source§impl Clone for ContainerExportOptsBuilder
impl Clone for ContainerExportOptsBuilder
source§fn clone(&self) -> ContainerExportOptsBuilder
fn clone(&self) -> ContainerExportOptsBuilder
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