Struct cairo_lang_defs::ids::EnumId
source · pub struct EnumId(/* private fields */);
Implementations§
Trait Implementations§
source§impl InternKey for EnumId
impl InternKey for EnumId
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 EnumId
impl LanguageElementId for EnumId
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 EnumId
impl OptionFrom<GenericItemId> for EnumId
fn option_from(other: GenericItemId) -> Option<Self>
source§impl OptionFrom<GenericTypeId> for EnumId
impl OptionFrom<GenericTypeId> for EnumId
fn option_from(other: GenericTypeId) -> Option<Self>
source§impl OptionFrom<ModuleItemId> for EnumId
impl OptionFrom<ModuleItemId> for EnumId
fn option_from(other: ModuleItemId) -> Option<Self>
source§impl PartialEq for EnumId
impl PartialEq for EnumId
source§impl TopLevelLanguageElementId for EnumId
impl TopLevelLanguageElementId for EnumId
impl Copy for EnumId
impl Eq for EnumId
impl StructuralEq for EnumId
impl StructuralPartialEq for EnumId
Auto Trait Implementations§
impl RefUnwindSafe for EnumId
impl Send for EnumId
impl Sync for EnumId
impl Unpin for EnumId
impl UnwindSafe for EnumId
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.