Enum cmudict::Stress [] [src]

pub enum Stress {
    None,
    Primary,
    Secondary,
}

Used by a symbol to indicate what kind of stress it has

Variants

Trait Implementations

impl Display for Stress
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq<Stress> for Stress
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Clone for Stress
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Stress
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Stress

impl Sync for Stress