[][src]Struct cfg::classification::lr::Lr0Item

pub struct Lr0Item {
    pub rhs: Vec<Symbol>,
    pub dot: u32,
}

Fields

rhs: Vec<Symbol>dot: u32

Trait Implementations

impl Clone for Lr0Item[src]

impl Eq for Lr0Item[src]

impl Ord for Lr0Item[src]

impl PartialEq<Lr0Item> for Lr0Item[src]

impl PartialOrd<Lr0Item> for Lr0Item[src]

impl Debug for Lr0Item[src]

impl StructuralPartialEq for Lr0Item[src]

impl StructuralEq for Lr0Item[src]

Auto Trait Implementations

impl Send for Lr0Item

impl Sync for Lr0Item

impl Unpin for Lr0Item

impl UnwindSafe for Lr0Item

impl RefUnwindSafe for Lr0Item

Blanket Implementations

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

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

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.

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

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

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