Struct rusoto_datapipeline::ParameterObject [−][src]
pub struct ParameterObject { pub attributes: Vec<ParameterAttribute>, pub id: String, }
Contains information about a parameter object.
Fields
attributes: Vec<ParameterAttribute>
The attributes of the parameter object.
id: String
The ID of the parameter object.
Trait Implementations
impl Default for ParameterObject
[src]
impl Default for ParameterObject
fn default() -> ParameterObject
[src]
fn default() -> ParameterObject
Returns the "default value" for a type. Read more
impl Debug for ParameterObject
[src]
impl Debug for ParameterObject
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for ParameterObject
[src]
impl Clone for ParameterObject
fn clone(&self) -> ParameterObject
[src]
fn clone(&self) -> ParameterObject
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for ParameterObject
[src]
impl PartialEq for ParameterObject
fn eq(&self, other: &ParameterObject) -> bool
[src]
fn eq(&self, other: &ParameterObject) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ParameterObject) -> bool
[src]
fn ne(&self, other: &ParameterObject) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for ParameterObject
impl Send for ParameterObject
impl Sync for ParameterObject
impl Sync for ParameterObject