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