Struct cairo_lang_semantic::items::trt::ConcreteTraitId
source · pub struct ConcreteTraitId(/* private fields */);
Implementations§
source§impl ConcreteTraitId
impl ConcreteTraitId
pub fn trait_id(&self, db: &dyn SemanticGroup) -> TraitId
pub fn generic_args(&self, db: &dyn SemanticGroup) -> Vec<GenericArgumentId>
pub fn name(&self, db: &dyn SemanticGroup) -> SmolStr
pub fn full_path(&self, db: &dyn SemanticGroup) -> String
pub fn filter(&self, db: &dyn SemanticGroup) -> TraitFilter
Trait Implementations§
source§impl Clone for ConcreteTraitId
impl Clone for ConcreteTraitId
source§fn clone(&self) -> ConcreteTraitId
fn clone(&self) -> ConcreteTraitId
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 ConcreteTraitId
impl Debug for ConcreteTraitId
source§impl<T: ?Sized + Upcast<dyn SemanticGroup + 'static>> DebugWithDb<T> for ConcreteTraitId
impl<T: ?Sized + Upcast<dyn SemanticGroup + 'static>> DebugWithDb<T> for ConcreteTraitId
source§impl Hash for ConcreteTraitId
impl Hash for ConcreteTraitId
source§impl InternKey for ConcreteTraitId
impl InternKey for ConcreteTraitId
source§fn from_intern_id(salsa_id: InternId) -> Self
fn from_intern_id(salsa_id: InternId) -> Self
Create an instance of the intern-key from a
u32
value.source§fn as_intern_id(&self) -> InternId
fn as_intern_id(&self) -> InternId
Extract the
u32
with which the intern-key was created.source§impl PartialEq for ConcreteTraitId
impl PartialEq for ConcreteTraitId
source§fn eq(&self, other: &ConcreteTraitId) -> bool
fn eq(&self, other: &ConcreteTraitId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'a, Error, TRewriter: HasDb<&'a dyn SemanticGroup> + SemanticRewriter<ConcreteTraitLongId, Error>> SemanticObject<TRewriter, Error> for ConcreteTraitId
impl<'a, Error, TRewriter: HasDb<&'a dyn SemanticGroup> + SemanticRewriter<ConcreteTraitLongId, Error>> SemanticObject<TRewriter, Error> for ConcreteTraitId
fn default_rewrite(self, rewriter: &mut TRewriter) -> Result<Self, Error>
source§impl<'a> SemanticRewriter<ConcreteTraitId, DiagnosticAdded> for SubstitutionRewriter<'a>
impl<'a> SemanticRewriter<ConcreteTraitId, DiagnosticAdded> for SubstitutionRewriter<'a>
fn rewrite( &mut self, value: ConcreteTraitId ) -> Result<ConcreteTraitId, DiagnosticAdded>
source§impl<'a> SemanticRewriter<ConcreteTraitId, NoError> for Inference<'a>
impl<'a> SemanticRewriter<ConcreteTraitId, NoError> for Inference<'a>
fn rewrite( &mut self, value: ConcreteTraitId ) -> Result<ConcreteTraitId, NoError>
impl Copy for ConcreteTraitId
impl Eq for ConcreteTraitId
impl StructuralEq for ConcreteTraitId
impl StructuralPartialEq for ConcreteTraitId
Auto Trait Implementations§
impl RefUnwindSafe for ConcreteTraitId
impl Send for ConcreteTraitId
impl Sync for ConcreteTraitId
impl Unpin for ConcreteTraitId
impl UnwindSafe for ConcreteTraitId
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.