Struct rusoto_rds::CreateDBClusterResult [] [src]

pub struct CreateDBClusterResult {
    pub db_cluster: Option<DBCluster>,
}

Fields

Trait Implementations

impl Default for CreateDBClusterResult
[src]

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

impl Debug for CreateDBClusterResult
[src]

Formats the value using the given formatter.

impl Clone for CreateDBClusterResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more