Struct cairo_lang_lowering::inline::PrivInlineData
source · pub struct PrivInlineData {
pub diagnostics: Diagnostics<LoweringDiagnostic>,
pub config: InlineConfiguration,
pub info: InlineInfo,
}
Expand description
data about inlining.
Fields§
§diagnostics: Diagnostics<LoweringDiagnostic>
Diagnostics produced while collecting inlining Info.
config: InlineConfiguration
§info: InlineInfo
Trait Implementations§
source§impl Debug for PrivInlineData
impl Debug for PrivInlineData
source§impl PartialEq<PrivInlineData> for PrivInlineData
impl PartialEq<PrivInlineData> for PrivInlineData
source§fn eq(&self, other: &PrivInlineData) -> bool
fn eq(&self, other: &PrivInlineData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for PrivInlineData
impl StructuralEq for PrivInlineData
impl StructuralPartialEq for PrivInlineData
Auto Trait Implementations§
impl RefUnwindSafe for PrivInlineData
impl Send for PrivInlineData
impl Sync for PrivInlineData
impl Unpin for PrivInlineData
impl UnwindSafe for PrivInlineData
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 Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§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 Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.