Struct rusoto_rds::RestoreDBClusterToPointInTimeResult [] [src]

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

Fields

Trait Implementations

impl Default for RestoreDBClusterToPointInTimeResult
[src]

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

impl Debug for RestoreDBClusterToPointInTimeResult
[src]

Formats the value using the given formatter.

impl Clone for RestoreDBClusterToPointInTimeResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more