Struct dagger_sdk::QueryPipelineOpts
source · pub struct QueryPipelineOpts<'a> {
pub description: Option<&'a str>,
pub labels: Option<Vec<PipelineLabel>>,
}Fields§
§description: Option<&'a str>Description of the sub-pipeline.
labels: Option<Vec<PipelineLabel>>Labels to apply to the sub-pipeline.
Trait Implementations§
source§impl<'a> Debug for QueryPipelineOpts<'a>
impl<'a> Debug for QueryPipelineOpts<'a>
source§impl<'a> PartialEq for QueryPipelineOpts<'a>
impl<'a> PartialEq for QueryPipelineOpts<'a>
impl<'a> StructuralPartialEq for QueryPipelineOpts<'a>
Auto Trait Implementations§
impl<'a> Freeze for QueryPipelineOpts<'a>
impl<'a> RefUnwindSafe for QueryPipelineOpts<'a>
impl<'a> Send for QueryPipelineOpts<'a>
impl<'a> Sync for QueryPipelineOpts<'a>
impl<'a> Unpin for QueryPipelineOpts<'a>
impl<'a> UnwindSafe for QueryPipelineOpts<'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