Struct partiql_ast_passes::name_resolver::KeyRegistry
source · pub struct KeyRegistry {
pub in_scope: IndexMap<NodeId, Vec<NodeId>, FnvBuildHasher>,
pub schema: IndexMap<NodeId, KeySchema, FnvBuildHasher>,
pub aliases: IndexMap<NodeId, Symbol, FnvBuildHasher>,
}
Fields§
§in_scope: IndexMap<NodeId, Vec<NodeId>, FnvBuildHasher>
§schema: IndexMap<NodeId, KeySchema, FnvBuildHasher>
§aliases: IndexMap<NodeId, Symbol, FnvBuildHasher>
Trait Implementations§
source§impl Clone for KeyRegistry
impl Clone for KeyRegistry
source§fn clone(&self) -> KeyRegistry
fn clone(&self) -> KeyRegistry
Returns a copy 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 KeyRegistry
impl Debug for KeyRegistry
source§impl Default for KeyRegistry
impl Default for KeyRegistry
source§fn default() -> KeyRegistry
fn default() -> KeyRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for KeyRegistry
impl Send for KeyRegistry
impl Sync for KeyRegistry
impl Unpin for KeyRegistry
impl UnwindSafe for KeyRegistry
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