Struct nlprule::types::WordId[][src]

pub struct WordId<'t>(_, _);

A potentially identified word. If it is identified as a known word, many optimizations can be applied.

Trait Implementations

impl<'t> AsRef<str> for WordId<'t>[src]

impl<'t> Clone for WordId<'t>[src]

impl<'t> Debug for WordId<'t>[src]

impl<'t> PartialEq<WordId<'t>> for WordId<'t>[src]

impl<'t> StructuralPartialEq for WordId<'t>[src]

Auto Trait Implementations

impl<'t> RefUnwindSafe for WordId<'t>[src]

impl<'t> Send for WordId<'t>[src]

impl<'t> Sync for WordId<'t>[src]

impl<'t> Unpin for WordId<'t>[src]

impl<'t> UnwindSafe for WordId<'t>[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> EncodedChars for T where
    T: AsRef<str>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.