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