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 moreAuto Trait Implementations§
impl RefUnwindSafe for ContainerExportOptsBuilder
impl Send for ContainerExportOptsBuilder
impl Sync for ContainerExportOptsBuilder
impl Unpin for ContainerExportOptsBuilder
impl UnwindSafe for ContainerExportOptsBuilder
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