pub struct UpdatePipelineOutput {
pub pipeline: Option<PipelineDeclaration>,
}
Expand description
Represents the output of an UpdatePipeline
action.
Fields§
§pipeline: Option<PipelineDeclaration>
The structure of the updated pipeline.
Trait Implementations§
Source§impl Clone for UpdatePipelineOutput
impl Clone for UpdatePipelineOutput
Source§fn clone(&self) -> UpdatePipelineOutput
fn clone(&self) -> UpdatePipelineOutput
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 moreSource§impl Debug for UpdatePipelineOutput
impl Debug for UpdatePipelineOutput
Source§impl Default for UpdatePipelineOutput
impl Default for UpdatePipelineOutput
Source§fn default() -> UpdatePipelineOutput
fn default() -> UpdatePipelineOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdatePipelineOutput
impl<'de> Deserialize<'de> for UpdatePipelineOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdatePipelineOutput
impl PartialEq for UpdatePipelineOutput
impl StructuralPartialEq for UpdatePipelineOutput
Auto Trait Implementations§
impl Freeze for UpdatePipelineOutput
impl RefUnwindSafe for UpdatePipelineOutput
impl Send for UpdatePipelineOutput
impl Sync for UpdatePipelineOutput
impl Unpin for UpdatePipelineOutput
impl UnwindSafe for UpdatePipelineOutput
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