Struct rsmorphy::container::seen::Seen [] [src]

pub struct Seen<'a> {
    pub word: Cow<'a, str>,
    pub tag: &'a OpencorporaTagReg,
    pub para_id: Option<u16>,
}

Fields

Trait Implementations

impl<'a> Debug for Seen<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for Seen<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> PartialEq for Seen<'a>
[src]

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

This method tests for !=.

impl<'a> Eq for Seen<'a>
[src]

impl<'a> Hash for Seen<'a>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more