Struct gearley::grammar::RuleDot [] [src]

pub struct RuleDot {
    // some fields omitted
}

Methods

impl RuleDot

fn none() -> Self

fn trace(&self) -> Option<ExternalDottedRule>

Trait Implementations

impl Into<Event> for RuleDot

fn into(self) -> Event

Derived Implementations

impl Debug for RuleDot

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

impl Clone for RuleDot

fn clone(&self) -> RuleDot

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

impl Copy for RuleDot