Struct panini::CompletedItem [] [src]

pub struct CompletedItem<N> {
    pub dot: u32,
    pub origin: u32,
    pub left_node: N,
    pub right_node: Option<N>,
}

Fields

Trait Implementations

impl<N> Clone for CompletedItem<N> where
    N: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<L> PartialOrd<CompletedItem<L>> for CompletedItem<L>
[src]

impl<N> Copy for CompletedItem<N> where
    N: Copy
[src]

impl<L> Ord for CompletedItem<L>
[src]

impl<L> Eq for CompletedItem<L>
[src]

impl<L> PartialEq<CompletedItem<L>> for CompletedItem<L>
[src]

impl<N> Debug for CompletedItem<N> where
    N: Debug
[src]

Formats the value using the given formatter.