Struct cairo_lang_lowering::lower::MultiLowering
source · pub struct MultiLowering {
pub main_lowering: FlatLowered,
pub generated_lowerings: OrderedHashMap<ExprId, FlatLowered>,
}
Expand description
Lowering of a function together with extra generated functions.
Fields§
§main_lowering: FlatLowered
§generated_lowerings: OrderedHashMap<ExprId, FlatLowered>
Trait Implementations§
source§impl Clone for MultiLowering
impl Clone for MultiLowering
source§fn clone(&self) -> MultiLowering
fn clone(&self) -> MultiLowering
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 MultiLowering
impl Debug for MultiLowering
source§impl PartialEq for MultiLowering
impl PartialEq for MultiLowering
source§fn eq(&self, other: &MultiLowering) -> bool
fn eq(&self, other: &MultiLowering) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for MultiLowering
impl StructuralPartialEq for MultiLowering
Auto Trait Implementations§
impl RefUnwindSafe for MultiLowering
impl Send for MultiLowering
impl Sync for MultiLowering
impl Unpin for MultiLowering
impl UnwindSafe for MultiLowering
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.