Struct aws_sdk_datapipeline::model::ParameterObject
source · [−]#[non_exhaustive]pub struct ParameterObject { /* private fields */ }
Expand description
Contains information about a parameter object.
Implementations
sourceimpl ParameterObject
impl ParameterObject
sourcepub fn attributes(&self) -> Option<&[ParameterAttribute]>
pub fn attributes(&self) -> Option<&[ParameterAttribute]>
The attributes of the parameter object.
sourceimpl ParameterObject
impl ParameterObject
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ParameterObject
.
Trait Implementations
sourceimpl Clone for ParameterObject
impl Clone for ParameterObject
sourcefn clone(&self) -> ParameterObject
fn clone(&self) -> ParameterObject
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 ParameterObject
impl Debug for ParameterObject
sourceimpl PartialEq<ParameterObject> for ParameterObject
impl PartialEq<ParameterObject> for ParameterObject
sourcefn eq(&self, other: &ParameterObject) -> bool
fn eq(&self, other: &ParameterObject) -> bool
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
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