Struct cairo_lang_lowering::ids::Signature
source · pub struct Signature {
pub params: Vec<ExprVarMemberPath>,
pub extra_rets: Vec<ExprVarMemberPath>,
pub return_type: TypeId,
pub implicits: Vec<TypeId>,
pub panicable: bool,
pub location: LocationId,
}
Expand description
Lowered signature of a function.
Fields§
§params: Vec<ExprVarMemberPath>
Input params.
extra_rets: Vec<ExprVarMemberPath>
Extra returns - e.g. ref params
return_type: TypeId
Return type.
implicits: Vec<TypeId>
Explicit implicit requirements.
panicable: bool
Panicable.
location: LocationId
Location.
Implementations§
source§impl Signature
impl Signature
pub fn from_semantic(db: &dyn LoweringGroup, value: Signature) -> Self
Trait Implementations§
source§impl<'a, T: ?Sized + Upcast<dyn LoweringGroup + 'a>> DebugWithDb<T> for Signature
impl<'a, T: ?Sized + Upcast<dyn LoweringGroup + 'a>> DebugWithDb<T> for Signature
source§impl PartialEq for Signature
impl PartialEq for Signature
source§impl<T: SemanticRewriter<Vec<ExprVarMemberPath>, Error> + SemanticRewriter<TypeId, Error> + SemanticRewriter<Vec<TypeId>, Error>, Error> SemanticObject<T, Error> for Signature
impl<T: SemanticRewriter<Vec<ExprVarMemberPath>, Error> + SemanticRewriter<TypeId, Error> + SemanticRewriter<Vec<TypeId>, Error>, Error> SemanticObject<T, Error> for Signature
fn default_rewrite(self, rewriter: &mut T) -> Result<Self, Error>
source§impl<'a> SemanticRewriter<Signature, DiagnosticAdded> for SubstitutionRewriter<'a>
impl<'a> SemanticRewriter<Signature, DiagnosticAdded> for SubstitutionRewriter<'a>
impl Eq for Signature
impl StructuralEq for Signature
impl StructuralPartialEq for Signature
Auto Trait Implementations§
impl RefUnwindSafe for Signature
impl Send for Signature
impl Sync for Signature
impl Unpin for Signature
impl UnwindSafe for Signature
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.