Struct cairo_lang_lowering::ids::LocationId
source · pub struct LocationId(/* private fields */);
Implementations§
source§impl LocationId
impl LocationId
pub fn from_stable_location( db: &dyn LoweringGroup, stable_location: StableLocation ) -> LocationId
pub fn get(&self, db: &dyn LoweringGroup) -> Location
pub fn with_note( &self, db: &dyn LoweringGroup, note: DiagnosticNote ) -> LocationId
pub fn with_auto_generation_note( &self, db: &dyn LoweringGroup, logic_name: &str ) -> LocationId
Trait Implementations§
source§impl Clone for LocationId
impl Clone for LocationId
source§fn clone(&self) -> LocationId
fn clone(&self) -> LocationId
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 LocationId
impl Debug for LocationId
source§impl<T: ?Sized + Upcast<dyn LoweringGroup + 'static>> DebugWithDb<T> for LocationId
impl<T: ?Sized + Upcast<dyn LoweringGroup + 'static>> DebugWithDb<T> for LocationId
source§impl Hash for LocationId
impl Hash for LocationId
source§impl InternKey for LocationId
impl InternKey for LocationId
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 LocationId
impl PartialEq for LocationId
source§fn eq(&self, other: &LocationId) -> bool
fn eq(&self, other: &LocationId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LocationId
impl Eq for LocationId
impl StructuralPartialEq for LocationId
Auto Trait Implementations§
impl RefUnwindSafe for LocationId
impl Send for LocationId
impl Sync for LocationId
impl Unpin for LocationId
impl UnwindSafe for LocationId
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 Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.