Struct rsmorphy::opencorpora::grammeme::set::GrammemeSet[][src]

pub struct GrammemeSet {
    pub set: HashSet<Grammeme>,
}

Fields

Methods

impl GrammemeSet
[src]

Trait Implementations

impl Debug for GrammemeSet
[src]

Formats the value using the given formatter. Read more

impl Default for GrammemeSet
[src]

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

impl Clone for GrammemeSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GrammemeSet
[src]

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

This method tests for !=.

impl Eq for GrammemeSet
[src]

Auto Trait Implementations

impl Send for GrammemeSet

impl Sync for GrammemeSet