Struct stam::QueryNames
source · pub struct QueryNames(/* private fields */);Expand description
This is a simple hashmap that can resolve all variable names used in the query to the internally used index numbers
See AnnotationStore::query() for an example.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for QueryNames
impl Send for QueryNames
impl Sync for QueryNames
impl Unpin for QueryNames
impl UnwindSafe for QueryNames
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