Struct cranelift_egraph::Id
source · pub struct Id(_);
Expand description
An eclass ID.
Implementations§
Trait Implementations§
source§impl Ord for Id
impl Ord for Id
source§impl PartialOrd<Id> for Id
impl PartialOrd<Id> for Id
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ReservedValue for Id
impl ReservedValue for Id
source§fn reserved_value() -> Id
fn reserved_value() -> Id
Create an instance of the reserved value.
source§fn is_reserved_value(&self) -> bool
fn is_reserved_value(&self) -> bool
Checks whether value is the reserved one.