Struct gearley::item::Item [] [src]

pub struct Item<N> {
    pub origin: Origin,
    pub dot: Dot,
    pub node: N,
}

Fields

origin
dot
node

Trait Implementations

Derived Implementations

impl<N: PartialEq> PartialEq for Item<N>

fn eq(&self, __arg_0: &Item<N>) -> bool

fn ne(&self, __arg_0: &Item<N>) -> bool

impl<N: Eq> Eq for Item<N>

impl<N: Debug> Debug for Item<N>

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl<N: Copy> Copy for Item<N>

impl<N: Clone> Clone for Item<N>

fn clone(&self) -> Item<N>

1.0.0fn clone_from(&mut self, source: &Self)