Struct aws_sdk_datapipeline::model::ParameterAttribute
source · [−]#[non_exhaustive]pub struct ParameterAttribute { /* private fields */ }
Expand description
The attributes allowed or specified with a parameter object.
Implementations
sourceimpl ParameterAttribute
impl ParameterAttribute
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ParameterAttribute
.
Trait Implementations
sourceimpl Clone for ParameterAttribute
impl Clone for ParameterAttribute
sourcefn clone(&self) -> ParameterAttribute
fn clone(&self) -> ParameterAttribute
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 ParameterAttribute
impl Debug for ParameterAttribute
sourceimpl PartialEq<ParameterAttribute> for ParameterAttribute
impl PartialEq<ParameterAttribute> for ParameterAttribute
sourcefn eq(&self, other: &ParameterAttribute) -> bool
fn eq(&self, other: &ParameterAttribute) -> bool
impl StructuralPartialEq for ParameterAttribute
Auto Trait Implementations
impl RefUnwindSafe for ParameterAttribute
impl Send for ParameterAttribute
impl Sync for ParameterAttribute
impl Unpin for ParameterAttribute
impl UnwindSafe for ParameterAttribute
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