Struct rusoto_polly::Lexicon[][src]

pub struct Lexicon {
    pub content: Option<String>,
    pub name: Option<String>,
}

Provides lexicon name and lexicon content in string format. For more information, see Pronunciation Lexicon Specification (PLS) Version 1.0.

Fields

Lexicon content in string format. The content of a lexicon must be in PLS format.

Name of the lexicon.

Trait Implementations

impl Default for Lexicon
[src]

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

impl Debug for Lexicon
[src]

Formats the value using the given formatter. Read more

impl Clone for Lexicon
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Lexicon
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Lexicon

impl Sync for Lexicon