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
word: Cow<'a, str>
tag: &'a OpencorporaTagReg
para_id: Option<u16>
Trait Implementations
impl<'a> Debug for Seen<'a>[src]
impl<'a> Clone for Seen<'a>[src]
fn clone(&self) -> Seen<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl<'a> PartialEq for Seen<'a>[src]
fn eq(&self, __arg_0: &Seen<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Seen<'a>) -> bool
This method tests for !=.