Struct cairo_lang_lowering::db::SCCRepresentative
source · pub struct SCCRepresentative(pub FreeFunctionId);
Tuple Fields§
§0: FreeFunctionId
Trait Implementations§
source§impl Clone for SCCRepresentative
impl Clone for SCCRepresentative
source§fn clone(&self) -> SCCRepresentative
fn clone(&self) -> SCCRepresentative
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 SCCRepresentative
impl Debug for SCCRepresentative
source§impl Hash for SCCRepresentative
impl Hash for SCCRepresentative
source§impl PartialEq<SCCRepresentative> for SCCRepresentative
impl PartialEq<SCCRepresentative> for SCCRepresentative
source§fn eq(&self, other: &SCCRepresentative) -> bool
fn eq(&self, other: &SCCRepresentative) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SCCRepresentative
impl StructuralEq for SCCRepresentative
impl StructuralPartialEq for SCCRepresentative
Auto Trait Implementations§
impl RefUnwindSafe for SCCRepresentative
impl Send for SCCRepresentative
impl Sync for SCCRepresentative
impl Unpin for SCCRepresentative
impl UnwindSafe for SCCRepresentative
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.