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