Struct rusoto_rds::RestoreDBClusterFromS3Result [] [src]

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

Fields

Trait Implementations

impl Default for RestoreDBClusterFromS3Result
[src]

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

impl Debug for RestoreDBClusterFromS3Result
[src]

Formats the value using the given formatter.

impl Clone for RestoreDBClusterFromS3Result
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more