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