pub struct ArithmeticMulDivModParser { /* private fields */ }
Implementations§
Source§impl ArithmeticMulDivModParser
impl ArithmeticMulDivModParser
pub fn new() -> ArithmeticMulDivModParser
pub fn parse<'input>( &self, input: &'input str, ) -> Result<Expression, ParseError<usize, Token<'input>, &'static str>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArithmeticMulDivModParser
impl RefUnwindSafe for ArithmeticMulDivModParser
impl Send for ArithmeticMulDivModParser
impl Sync for ArithmeticMulDivModParser
impl Unpin for ArithmeticMulDivModParser
impl UnwindSafe for ArithmeticMulDivModParser
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