Enum bytecode_interpreter::concrete::ty::IntType
source · pub enum IntType {
Num,
U8,
U64,
U128,
}
Variants§
Trait Implementations§
source§impl Ord for IntType
impl Ord for IntType
source§impl PartialEq<IntType> for IntType
impl PartialEq<IntType> for IntType
source§impl PartialOrd<IntType> for IntType
impl PartialOrd<IntType> for IntType
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 moreimpl Eq for IntType
impl StructuralEq for IntType
impl StructuralPartialEq for IntType
Auto Trait Implementations§
impl RefUnwindSafe for IntType
impl Send for IntType
impl Sync for IntType
impl Unpin for IntType
impl UnwindSafe for IntType
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.