Struct nlprule::types::PosId[][src]

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

An identified part-of-speech tag. POS tags are treated as a closed set so every POS tag is identified.

Implementations

impl<'t> PosId<'t>[src]

pub fn to_owned_id(&self) -> PosId[src]

Trait Implementations

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

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

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

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

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

Auto Trait Implementations

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

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

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

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

impl<'t> UnwindSafe for PosId<'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.