Struct rusoto_rds::CharacterSet [] [src]

pub struct CharacterSet {
    pub character_set_description: Option<String>,
    pub character_set_name: Option<String>,
}

This data type is used as a response element in the action DescribeDBEngineVersions.

Fields

The description of the character set.

The name of the character set.

Trait Implementations

impl Default for CharacterSet
[src]

[src]

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

impl Debug for CharacterSet
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CharacterSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CharacterSet

impl Sync for CharacterSet