Struct cairo_lang_defs::ids::StructId
source · pub struct StructId(/* private fields */);
Implementations§
source§impl StructId
impl StructId
pub fn stable_ptr( self, db: &dyn DefsGroup ) -> <ItemStruct as TypedSyntaxNode>::StablePtr
pub fn name(&self, db: &dyn DefsGroup) -> SmolStr
Trait Implementations§
source§impl InternKey for StructId
impl InternKey for StructId
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 StructId
impl LanguageElementId for StructId
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 StructId
impl OptionFrom<GenericItemId> for StructId
fn option_from(other: GenericItemId) -> Option<Self>
source§impl OptionFrom<GenericTypeId> for StructId
impl OptionFrom<GenericTypeId> for StructId
fn option_from(other: GenericTypeId) -> Option<Self>
source§impl OptionFrom<ModuleItemId> for StructId
impl OptionFrom<ModuleItemId> for StructId
fn option_from(other: ModuleItemId) -> Option<Self>
source§impl PartialEq for StructId
impl PartialEq for StructId
source§impl TopLevelLanguageElementId for StructId
impl TopLevelLanguageElementId for StructId
impl Copy for StructId
impl Eq for StructId
impl StructuralEq for StructId
impl StructuralPartialEq for StructId
Auto Trait Implementations§
impl RefUnwindSafe for StructId
impl Send for StructId
impl Sync for StructId
impl Unpin for StructId
impl UnwindSafe for StructId
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.