Struct rusoto_rds::DeleteDBClusterSnapshotResult [] [src]

pub struct DeleteDBClusterSnapshotResult {
    pub db_cluster_snapshot: Option<DBClusterSnapshot>,
}

Fields

Trait Implementations

impl Default for DeleteDBClusterSnapshotResult
[src]

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

impl Debug for DeleteDBClusterSnapshotResult
[src]

Formats the value using the given formatter.

impl Clone for DeleteDBClusterSnapshotResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more