Struct cairo_lang_defs::ids::ExternTypeId
source · pub struct ExternTypeId(/* private fields */);
Implementations§
source§impl ExternTypeId
impl ExternTypeId
pub fn stable_ptr( self, db: &dyn DefsGroup ) -> <ItemExternType as TypedSyntaxNode>::StablePtr
pub fn name(&self, db: &dyn DefsGroup) -> SmolStr
Trait Implementations§
source§impl Clone for ExternTypeId
impl Clone for ExternTypeId
source§fn clone(&self) -> ExternTypeId
fn clone(&self) -> ExternTypeId
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 ExternTypeId
impl Debug for ExternTypeId
source§impl<T: ?Sized + Upcast<dyn DefsGroup + 'static>> DebugWithDb<T> for ExternTypeId
impl<T: ?Sized + Upcast<dyn DefsGroup + 'static>> DebugWithDb<T> for ExternTypeId
source§impl Hash for ExternTypeId
impl Hash for ExternTypeId
source§impl InternKey for ExternTypeId
impl InternKey for ExternTypeId
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 LanguageElementId for ExternTypeId
impl LanguageElementId for ExternTypeId
fn module_file_id(&self, db: &dyn DefsGroup) -> ModuleFileId
fn untyped_stable_ptr(&self, db: &dyn DefsGroup) -> SyntaxStablePtrId
fn stable_location(&self, db: &dyn DefsGroup) -> StableLocation
fn parent_module(&self, db: &dyn DefsGroup) -> ModuleId
fn file_index(&self, db: &dyn DefsGroup) -> FileIndex
source§impl OptionFrom<GenericItemId> for ExternTypeId
impl OptionFrom<GenericItemId> for ExternTypeId
fn option_from(other: GenericItemId) -> Option<Self>
source§impl OptionFrom<GenericTypeId> for ExternTypeId
impl OptionFrom<GenericTypeId> for ExternTypeId
fn option_from(other: GenericTypeId) -> Option<Self>
source§impl OptionFrom<ModuleItemId> for ExternTypeId
impl OptionFrom<ModuleItemId> for ExternTypeId
fn option_from(other: ModuleItemId) -> Option<Self>
source§impl PartialEq for ExternTypeId
impl PartialEq for ExternTypeId
source§fn eq(&self, other: &ExternTypeId) -> bool
fn eq(&self, other: &ExternTypeId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ExternTypeId
impl Eq for ExternTypeId
impl StructuralEq for ExternTypeId
impl StructuralPartialEq for ExternTypeId
Auto Trait Implementations§
impl RefUnwindSafe for ExternTypeId
impl Send for ExternTypeId
impl Sync for ExternTypeId
impl Unpin for ExternTypeId
impl UnwindSafe for ExternTypeId
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.