pub struct SimpleQueryEngine { /* private fields */ }Expand description
Simple query parser for basic selectors like: metric{a=“b”,c!=“d”,e=~“regex”}.
Implementations§
Trait Implementations§
Source§impl Clone for SimpleQueryEngine
impl Clone for SimpleQueryEngine
Source§fn clone(&self) -> SimpleQueryEngine
fn clone(&self) -> SimpleQueryEngine
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SimpleQueryEngine
impl !RefUnwindSafe for SimpleQueryEngine
impl Send for SimpleQueryEngine
impl Sync for SimpleQueryEngine
impl Unpin for SimpleQueryEngine
impl UnsafeUnpin for SimpleQueryEngine
impl !UnwindSafe for SimpleQueryEngine
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