Struct morph_rs::NormalizedWord
source · pub struct NormalizedWord { /* private fields */ }
Expand description
Нормализованное слово. На выход дается нормализованное слово и набор из граммем к нему.
Implementations§
Trait Implementations§
source§impl Clone for NormalizedWord
impl Clone for NormalizedWord
source§fn clone(&self) -> NormalizedWord
fn clone(&self) -> NormalizedWord
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NormalizedWord
impl Debug for NormalizedWord
source§impl Display for NormalizedWord
impl Display for NormalizedWord
source§impl Ord for NormalizedWord
impl Ord for NormalizedWord
source§fn cmp(&self, other: &NormalizedWord) -> Ordering
fn cmp(&self, other: &NormalizedWord) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for NormalizedWord
impl PartialEq for NormalizedWord
source§fn eq(&self, other: &NormalizedWord) -> bool
fn eq(&self, other: &NormalizedWord) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NormalizedWord
impl PartialOrd for NormalizedWord
source§fn partial_cmp(&self, other: &NormalizedWord) -> Option<Ordering>
fn partial_cmp(&self, other: &NormalizedWord) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for NormalizedWord
impl StructuralPartialEq for NormalizedWord
Auto Trait Implementations§
impl Freeze for NormalizedWord
impl RefUnwindSafe for NormalizedWord
impl Send for NormalizedWord
impl Sync for NormalizedWord
impl Unpin for NormalizedWord
impl UnwindSafe for NormalizedWord
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more