Enum rustemo_compiler::ParserAlgo
source · pub enum ParserAlgo {
LR,
GLR,
}
Expand description
The parsing algorithm used
Variants§
Trait Implementations§
source§impl Clone for ParserAlgo
impl Clone for ParserAlgo
source§fn clone(&self) -> ParserAlgo
fn clone(&self) -> ParserAlgo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ParserAlgo
impl Debug for ParserAlgo
source§impl Default for ParserAlgo
impl Default for ParserAlgo
source§fn default() -> ParserAlgo
fn default() -> ParserAlgo
Returns the “default value” for a type. Read more
source§impl ValueEnum for ParserAlgo
impl ValueEnum for ParserAlgo
Auto Trait Implementations§
impl RefUnwindSafe for ParserAlgo
impl Send for ParserAlgo
impl Sync for ParserAlgo
impl Unpin for ParserAlgo
impl UnwindSafe for ParserAlgo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more