Struct rusoto_rds::CreateDBSubnetGroupResult [] [src]

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

Fields

Trait Implementations

impl Default for CreateDBSubnetGroupResult
[src]

[src]

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

impl Debug for CreateDBSubnetGroupResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateDBSubnetGroupResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations