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