Struct rusoto_rds::CreateDBSubnetGroupResult [] [src]

pub struct CreateDBSubnetGroupResult {
    pub db_subnet_group: Option<DBSubnetGroup>,
}

Fields

Trait Implementations

impl Default for CreateDBSubnetGroupResult
[src]

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

impl Debug for CreateDBSubnetGroupResult
[src]

Formats the value using the given formatter.

impl Clone for CreateDBSubnetGroupResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more