pub struct Rule(pub NonTerminal, pub RuleBody);Expand description
Represents a grammar rule. Contains a NonTerminal which represents the
rule’s head, and a RuleBody.
Tuple Fields
0: NonTerminal1: RuleBodyTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Rule
impl Send for Rule
impl Sync for Rule
impl Unpin for Rule
impl UnwindSafe for Rule
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more