Struct aws_sdk_datapipeline::types::ParameterObject
source · #[non_exhaustive]pub struct ParameterObject { /* private fields */ }
Expand description
Contains information about a parameter object.
Implementations§
source§impl ParameterObject
impl ParameterObject
sourcepub fn attributes(&self) -> Option<&[ParameterAttribute]>
pub fn attributes(&self) -> Option<&[ParameterAttribute]>
The attributes of the parameter object.
source§impl ParameterObject
impl ParameterObject
sourcepub fn builder() -> ParameterObjectBuilder
pub fn builder() -> ParameterObjectBuilder
Creates a new builder-style object to manufacture ParameterObject
.
Trait Implementations§
source§impl Clone for ParameterObject
impl Clone for ParameterObject
source§fn clone(&self) -> ParameterObject
fn clone(&self) -> ParameterObject
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 ParameterObject
impl Debug for ParameterObject
source§impl PartialEq<ParameterObject> for ParameterObject
impl PartialEq<ParameterObject> for ParameterObject
source§fn eq(&self, other: &ParameterObject) -> bool
fn eq(&self, other: &ParameterObject) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ParameterObject
Auto Trait Implementations§
impl RefUnwindSafe for ParameterObject
impl Send for ParameterObject
impl Sync for ParameterObject
impl Unpin for ParameterObject
impl UnwindSafe for ParameterObject
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