pub struct QueryParser<C: ParserConfig> { /* private fields */ }Expand description
Main query parser - zero-cost wrapper around configuration
Implementations§
Source§impl<C: ParserConfig> QueryParser<C>
impl<C: ParserConfig> QueryParser<C>
Trait Implementations§
Source§impl<C: Debug + ParserConfig> Debug for QueryParser<C>
impl<C: Debug + ParserConfig> Debug for QueryParser<C>
Source§impl Default for QueryParser<FileSearchConfig>
impl Default for QueryParser<FileSearchConfig>
Auto Trait Implementations§
impl<C> Freeze for QueryParser<C>where
C: Freeze,
impl<C> RefUnwindSafe for QueryParser<C>where
C: RefUnwindSafe,
impl<C> Send for QueryParser<C>where
C: Send,
impl<C> Sync for QueryParser<C>where
C: Sync,
impl<C> Unpin for QueryParser<C>where
C: Unpin,
impl<C> UnsafeUnpin for QueryParser<C>where
C: UnsafeUnpin,
impl<C> UnwindSafe for QueryParser<C>where
C: UnwindSafe,
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