Struct cairo_lang_lowering::objects::blocks::BlockId
source · pub struct BlockId(pub usize);
Tuple Fields§
§0: usize
Trait Implementations§
source§impl DebugWithDb<LoweredFormatter<'_>> for BlockId
impl DebugWithDb<LoweredFormatter<'_>> for BlockId
source§impl PartialEq<BlockId> for BlockId
impl PartialEq<BlockId> for BlockId
impl Copy for BlockId
impl Eq for BlockId
impl StructuralEq for BlockId
impl StructuralPartialEq for BlockId
Auto Trait Implementations§
impl RefUnwindSafe for BlockId
impl Send for BlockId
impl Sync for BlockId
impl Unpin for BlockId
impl UnwindSafe for BlockId
Blanket Implementations§
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.