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