Struct edlang_parser::grammar::grammar::BinaryThirdLvlOpParser
source · pub struct BinaryThirdLvlOpParser { /* private fields */ }
Implementations§
source§impl BinaryThirdLvlOpParser
impl BinaryThirdLvlOpParser
pub fn new() -> BinaryThirdLvlOpParser
pub fn parse<__TOKEN: __ToTriple, __TOKENS: IntoIterator<Item = __TOKEN>>( &self, __tokens0: __TOKENS ) -> Result<BinaryOp, ParseError<usize, Token, LexicalError>>
Auto Trait Implementations§
impl RefUnwindSafe for BinaryThirdLvlOpParser
impl Send for BinaryThirdLvlOpParser
impl Sync for BinaryThirdLvlOpParser
impl Unpin for BinaryThirdLvlOpParser
impl UnwindSafe for BinaryThirdLvlOpParser
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