Struct cairo_lang_lowering::ids::FunctionId
source · pub struct FunctionId(/* private fields */);
Implementations§
source§impl FunctionId
impl FunctionId
pub fn lookup(&self, db: &dyn LoweringGroup) -> FunctionLongId
pub fn body( &self, db: &dyn LoweringGroup ) -> Maybe<Option<ConcreteFunctionWithBodyId>>
pub fn signature(&self, db: &dyn LoweringGroup) -> Maybe<Signature>
pub fn name(&self, db: &dyn LoweringGroup) -> SmolStr
Trait Implementations§
source§impl Clone for FunctionId
impl Clone for FunctionId
source§fn clone(&self) -> FunctionId
fn clone(&self) -> FunctionId
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 FunctionId
impl Debug for FunctionId
source§impl<T: ?Sized + Upcast<dyn LoweringGroup + 'static>> DebugWithDb<T> for FunctionId
impl<T: ?Sized + Upcast<dyn LoweringGroup + 'static>> DebugWithDb<T> for FunctionId
source§impl Hash for FunctionId
impl Hash for FunctionId
source§impl InternKey for FunctionId
impl InternKey for FunctionId
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 FunctionId
impl PartialEq for FunctionId
source§fn eq(&self, other: &FunctionId) -> bool
fn eq(&self, other: &FunctionId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FunctionId
impl Eq for FunctionId
impl StructuralEq for FunctionId
impl StructuralPartialEq for FunctionId
Auto Trait Implementations§
impl RefUnwindSafe for FunctionId
impl Send for FunctionId
impl Sync for FunctionId
impl Unpin for FunctionId
impl UnwindSafe for FunctionId
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§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 Q
impl<Q, K> Equivalent<K> for Q
§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.