Struct aws_sdk_datapipeline::model::PipelineIdName
source · [−]#[non_exhaustive]pub struct PipelineIdName { /* private fields */ }
Expand description
Contains the name and identifier of a pipeline.
Implementations
sourceimpl PipelineIdName
impl PipelineIdName
sourceimpl PipelineIdName
impl PipelineIdName
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PipelineIdName
.
Trait Implementations
sourceimpl Clone for PipelineIdName
impl Clone for PipelineIdName
sourcefn clone(&self) -> PipelineIdName
fn clone(&self) -> PipelineIdName
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PipelineIdName
impl Debug for PipelineIdName
sourceimpl PartialEq<PipelineIdName> for PipelineIdName
impl PartialEq<PipelineIdName> for PipelineIdName
sourcefn eq(&self, other: &PipelineIdName) -> bool
fn eq(&self, other: &PipelineIdName) -> bool
impl StructuralPartialEq for PipelineIdName
Auto Trait Implementations
impl RefUnwindSafe for PipelineIdName
impl Send for PipelineIdName
impl Sync for PipelineIdName
impl Unpin for PipelineIdName
impl UnwindSafe for PipelineIdName
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more