Struct dagger_sdk::ContainerPublishOpts
source · pub struct ContainerPublishOpts {
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 ContainerPublishOpts
impl Debug for ContainerPublishOpts
source§impl PartialEq<ContainerPublishOpts> for ContainerPublishOpts
impl PartialEq<ContainerPublishOpts> for ContainerPublishOpts
source§fn eq(&self, other: &ContainerPublishOpts) -> bool
fn eq(&self, other: &ContainerPublishOpts) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ContainerPublishOpts
Auto Trait Implementations§
impl RefUnwindSafe for ContainerPublishOpts
impl Send for ContainerPublishOpts
impl Sync for ContainerPublishOpts
impl Unpin for ContainerPublishOpts
impl UnwindSafe for ContainerPublishOpts
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