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