Struct cmudict_core::Rule[][src]

pub struct Rule { /* fields omitted */ }

Represents the complete pronunciation of a single word in the database

Methods

impl Rule
[src]

Returns true if the Rule has only one stressed Symbol

Retuns a slice of the Symbols for the word

Returns the word

Trait Implementations

impl Debug for Rule
[src]

Formats the value using the given formatter. Read more

impl Clone for Rule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Rule
[src]

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

This method tests for !=.

impl FromStr for Rule
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for Rule

impl Sync for Rule