Struct aws_sdk_datapipeline::types::ParameterAttribute
source · #[non_exhaustive]pub struct ParameterAttribute { /* private fields */ }
Expand description
The attributes allowed or specified with a parameter object.
Implementations§
source§impl ParameterAttribute
impl ParameterAttribute
sourcepub fn builder() -> ParameterAttributeBuilder
pub fn builder() -> ParameterAttributeBuilder
Creates a new builder-style object to manufacture ParameterAttribute
.
Trait Implementations§
source§impl Clone for ParameterAttribute
impl Clone for ParameterAttribute
source§fn clone(&self) -> ParameterAttribute
fn clone(&self) -> ParameterAttribute
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 ParameterAttribute
impl Debug for ParameterAttribute
source§impl PartialEq<ParameterAttribute> for ParameterAttribute
impl PartialEq<ParameterAttribute> for ParameterAttribute
source§fn eq(&self, other: &ParameterAttribute) -> bool
fn eq(&self, other: &ParameterAttribute) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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