Struct cairo_lang_semantic::types::ConcreteExternTypeId
source · pub struct ConcreteExternTypeId(/* private fields */);
Implementations§
source§impl ConcreteExternTypeId
impl ConcreteExternTypeId
pub fn extern_type_id(&self, db: &dyn SemanticGroup) -> ExternTypeId
Trait Implementations§
source§impl Clone for ConcreteExternTypeId
impl Clone for ConcreteExternTypeId
source§fn clone(&self) -> ConcreteExternTypeId
fn clone(&self) -> ConcreteExternTypeId
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 ConcreteExternTypeId
impl Debug for ConcreteExternTypeId
source§impl<T: ?Sized + Upcast<dyn SemanticGroup + 'static>> DebugWithDb<T> for ConcreteExternTypeId
impl<T: ?Sized + Upcast<dyn SemanticGroup + 'static>> DebugWithDb<T> for ConcreteExternTypeId
source§impl Hash for ConcreteExternTypeId
impl Hash for ConcreteExternTypeId
source§impl InternKey for ConcreteExternTypeId
impl InternKey for ConcreteExternTypeId
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 ConcreteExternTypeId
impl PartialEq for ConcreteExternTypeId
source§fn eq(&self, other: &ConcreteExternTypeId) -> bool
fn eq(&self, other: &ConcreteExternTypeId) -> 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<ConcreteExternTypeLongId, Error>> SemanticObject<TRewriter, Error> for ConcreteExternTypeId
impl<'a, Error, TRewriter: HasDb<&'a dyn SemanticGroup> + SemanticRewriter<ConcreteExternTypeLongId, Error>> SemanticObject<TRewriter, Error> for ConcreteExternTypeId
fn default_rewrite(self, rewriter: &mut TRewriter) -> Result<Self, Error>
source§impl<'a> SemanticRewriter<ConcreteExternTypeId, DiagnosticAdded> for SubstitutionRewriter<'a>
impl<'a> SemanticRewriter<ConcreteExternTypeId, DiagnosticAdded> for SubstitutionRewriter<'a>
fn rewrite( &mut self, value: ConcreteExternTypeId ) -> Result<ConcreteExternTypeId, DiagnosticAdded>
source§impl<'a> SemanticRewriter<ConcreteExternTypeId, NoError> for Inference<'a>
impl<'a> SemanticRewriter<ConcreteExternTypeId, NoError> for Inference<'a>
fn rewrite( &mut self, value: ConcreteExternTypeId ) -> Result<ConcreteExternTypeId, NoError>
impl Copy for ConcreteExternTypeId
impl Eq for ConcreteExternTypeId
impl StructuralEq for ConcreteExternTypeId
impl StructuralPartialEq for ConcreteExternTypeId
Auto Trait Implementations§
impl RefUnwindSafe for ConcreteExternTypeId
impl Send for ConcreteExternTypeId
impl Sync for ConcreteExternTypeId
impl Unpin for ConcreteExternTypeId
impl UnwindSafe for ConcreteExternTypeId
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.