Struct rusoto_rds::CreateDBSnapshotResult [] [src]

pub struct CreateDBSnapshotResult {
    pub db_snapshot: Option<DBSnapshot>,
}

Fields

Trait Implementations

impl Default for CreateDBSnapshotResult
[src]

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

impl Debug for CreateDBSnapshotResult
[src]

Formats the value using the given formatter.

impl Clone for CreateDBSnapshotResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more