Struct rusoto_rds::CopyDBParameterGroupResult [] [src]

pub struct CopyDBParameterGroupResult {
    pub db_parameter_group: Option<DBParameterGroup>,
}

Fields

Trait Implementations

impl Default for CopyDBParameterGroupResult
[src]

Returns the "default value" for a type. Read more

impl Debug for CopyDBParameterGroupResult
[src]

Formats the value using the given formatter.

impl Clone for CopyDBParameterGroupResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more