pub enum ResolutionProjectionFact {
Source,
Symbol(usize),
Relation(usize),
}Expand description
Parser fact whose derived canonical key was rejected by graph admission.
Variants§
Source
A source-file export scope.
Symbol(usize)
A symbol-index-associated export.
Relation(usize)
A relation-index-associated dependency.
Trait Implementations§
Source§impl Clone for ResolutionProjectionFact
impl Clone for ResolutionProjectionFact
Source§fn clone(&self) -> ResolutionProjectionFact
fn clone(&self) -> ResolutionProjectionFact
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ResolutionProjectionFact
Source§impl Debug for ResolutionProjectionFact
impl Debug for ResolutionProjectionFact
impl Eq for ResolutionProjectionFact
Source§impl PartialEq for ResolutionProjectionFact
impl PartialEq for ResolutionProjectionFact
Source§fn eq(&self, other: &ResolutionProjectionFact) -> bool
fn eq(&self, other: &ResolutionProjectionFact) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ResolutionProjectionFact
Auto Trait Implementations§
impl Freeze for ResolutionProjectionFact
impl RefUnwindSafe for ResolutionProjectionFact
impl Send for ResolutionProjectionFact
impl Sync for ResolutionProjectionFact
impl Unpin for ResolutionProjectionFact
impl UnsafeUnpin for ResolutionProjectionFact
impl UnwindSafe for ResolutionProjectionFact
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.