pub struct QueryProcessor { /* private fields */ }Expand description
Query processor for FACT
Implementations§
Source§impl QueryProcessor
impl QueryProcessor
Sourcepub fn register_strategy(&mut self, name: String, strategy: ProcessingStrategy)
pub fn register_strategy(&mut self, name: String, strategy: ProcessingStrategy)
Register a custom processing strategy
Trait Implementations§
Source§impl Clone for QueryProcessor
impl Clone for QueryProcessor
Source§fn clone(&self) -> QueryProcessor
fn clone(&self) -> QueryProcessor
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 moreSource§impl Debug for QueryProcessor
impl Debug for QueryProcessor
Auto Trait Implementations§
impl Freeze for QueryProcessor
impl RefUnwindSafe for QueryProcessor
impl Send for QueryProcessor
impl Sync for QueryProcessor
impl Unpin for QueryProcessor
impl UnwindSafe for QueryProcessor
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