pub struct UpdatePipelineInput {
pub pipeline: PipelineDeclaration,
}
Expand description
Represents the input of an UpdatePipeline
action.
Fields§
§pipeline: PipelineDeclaration
The name of the pipeline to be updated.
Trait Implementations§
Source§impl Clone for UpdatePipelineInput
impl Clone for UpdatePipelineInput
Source§fn clone(&self) -> UpdatePipelineInput
fn clone(&self) -> UpdatePipelineInput
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 UpdatePipelineInput
impl Debug for UpdatePipelineInput
Source§impl Default for UpdatePipelineInput
impl Default for UpdatePipelineInput
Source§fn default() -> UpdatePipelineInput
fn default() -> UpdatePipelineInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdatePipelineInput
impl PartialEq for UpdatePipelineInput
Source§impl Serialize for UpdatePipelineInput
impl Serialize for UpdatePipelineInput
impl StructuralPartialEq for UpdatePipelineInput
Auto Trait Implementations§
impl Freeze for UpdatePipelineInput
impl RefUnwindSafe for UpdatePipelineInput
impl Send for UpdatePipelineInput
impl Sync for UpdatePipelineInput
impl Unpin for UpdatePipelineInput
impl UnwindSafe for UpdatePipelineInput
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