Struct dagger_sdk::ContainerExportOpts
source · pub struct ContainerExportOpts {
pub platform_variants: Option<Vec<ContainerId>>,
}Fields§
§platform_variants: Option<Vec<ContainerId>>Identifiers for other platform specific containers. Used for multi-platform image.
Trait Implementations§
source§impl Debug for ContainerExportOpts
impl Debug for ContainerExportOpts
source§impl PartialEq<ContainerExportOpts> for ContainerExportOpts
impl PartialEq<ContainerExportOpts> for ContainerExportOpts
source§fn eq(&self, other: &ContainerExportOpts) -> bool
fn eq(&self, other: &ContainerExportOpts) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ContainerExportOpts
Auto Trait Implementations§
impl RefUnwindSafe for ContainerExportOpts
impl Send for ContainerExportOpts
impl Sync for ContainerExportOpts
impl Unpin for ContainerExportOpts
impl UnwindSafe for ContainerExportOpts
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