Struct cairo_lang_semantic::resolve::ResolverData
source · pub struct ResolverData {
pub module_file_id: ModuleFileId,
pub resolved_items: ResolvedItems,
pub inference_data: InferenceData,
/* private fields */
}
Fields§
§module_file_id: ModuleFileId
§resolved_items: ResolvedItems
§inference_data: InferenceData
Inference data for the resolver.
Implementations§
source§impl ResolverData
impl ResolverData
pub fn new(module_file_id: ModuleFileId) -> Self
Trait Implementations§
source§impl Clone for ResolverData
impl Clone for ResolverData
source§fn clone(&self) -> ResolverData
fn clone(&self) -> ResolverData
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 ResolverData
impl Debug for ResolverData
source§impl<'a, T: ?Sized + Upcast<dyn SemanticGroup + 'static>> DebugWithDb<T> for ResolverData
impl<'a, T: ?Sized + Upcast<dyn SemanticGroup + 'static>> DebugWithDb<T> for ResolverData
source§impl PartialEq for ResolverData
impl PartialEq for ResolverData
source§fn eq(&self, other: &ResolverData) -> bool
fn eq(&self, other: &ResolverData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ResolverData
impl StructuralEq for ResolverData
impl StructuralPartialEq for ResolverData
Auto Trait Implementations§
impl RefUnwindSafe for ResolverData
impl Send for ResolverData
impl Sync for ResolverData
impl Unpin for ResolverData
impl UnwindSafe for ResolverData
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.