Enum wordnet_stemmer::Part [] [src]

pub enum Part {
    Noun,
    Verb,
    Adj,
    Adv,
}

Variants

Trait Implementations

impl PartialEq for Part
[src]

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

This method tests for !=.