[][src]Struct mlsub::auto::state::StateId

pub struct StateId(_);

Implementations

impl StateId[src]

pub fn as_u32(self) -> u32[src]

pub fn shift(self, offset: u32) -> Self[src]

Trait Implementations

impl Clone for StateId[src]

impl Copy for StateId[src]

impl Debug for StateId[src]

impl Eq for StateId[src]

impl Hash for StateId[src]

impl<C: Constructor> Index<StateId> for Automaton<C>[src]

type Output = State<C>

The returned type after indexing.

impl<C: Constructor> IndexMut<StateId> for Automaton<C>[src]

impl Ord for StateId[src]

impl PartialEq<StateId> for StateId[src]

impl PartialOrd<StateId> for StateId[src]

impl StructuralEq for StateId[src]

impl StructuralPartialEq for StateId[src]

Auto Trait Implementations

impl RefUnwindSafe for StateId

impl Send for StateId

impl Sync for StateId

impl Unpin for StateId

impl UnwindSafe for StateId

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> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.