Struct rusoto_rds::RestoreDBClusterFromSnapshotResult [] [src]

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

Fields

Trait Implementations

impl Default for RestoreDBClusterFromSnapshotResult
[src]

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

impl Debug for RestoreDBClusterFromSnapshotResult
[src]

Formats the value using the given formatter.

impl Clone for RestoreDBClusterFromSnapshotResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more