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