Struct cairo_lang_lowering::panic::PanicSignatureInfo
source · pub struct PanicSignatureInfo {
pub panic_ty: TypeId,
/* private fields */
}Fields§
§panic_ty: TypeIdThe PanicResult concrete type - the new return type of the function.
Implementations§
source§impl PanicSignatureInfo
impl PanicSignatureInfo
pub fn new(db: &dyn LoweringGroup, signature: &Signature) -> Self
Auto Trait Implementations§
impl Freeze for PanicSignatureInfo
impl RefUnwindSafe for PanicSignatureInfo
impl Send for PanicSignatureInfo
impl Sync for PanicSignatureInfo
impl Unpin for PanicSignatureInfo
impl UnwindSafe for PanicSignatureInfo
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