pub struct FilterParser<'a> { /* private fields */ }Implementations§
Source§impl<'a> FilterParser<'a>
impl<'a> FilterParser<'a>
pub fn new(input: &'a str, _schema: &'a FilterSchema) -> Self
pub fn parse( input: &str, schema: &FilterSchema, ) -> Result<FilterExpr, WirerustError>
Auto Trait Implementations§
impl<'a> Freeze for FilterParser<'a>
impl<'a> RefUnwindSafe for FilterParser<'a>
impl<'a> Send for FilterParser<'a>
impl<'a> Sync for FilterParser<'a>
impl<'a> Unpin for FilterParser<'a>
impl<'a> UnwindSafe for FilterParser<'a>
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