Struct rusoto_rds::DescribeDBClusterSnapshotAttributesResult [] [src]

pub struct DescribeDBClusterSnapshotAttributesResult {
    pub db_cluster_snapshot_attributes_result: Option<DBClusterSnapshotAttributesResult>,
}

Fields

Trait Implementations

impl Default for DescribeDBClusterSnapshotAttributesResult
[src]

[src]

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

impl Debug for DescribeDBClusterSnapshotAttributesResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeDBClusterSnapshotAttributesResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations