Enum boa::value::IntegerOrInfinity [−][src]
pub enum IntegerOrInfinity {
Integer(i64),
PositiveInfinity,
NegativeInfinity,
}
Expand description
Represents the result of ToIntegerOrInfinity operation
Variants
Integer(i64)
Tuple Fields of Integer
0: i64
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for IntegerOrInfinity
impl Send for IntegerOrInfinity
impl Sync for IntegerOrInfinity
impl Unpin for IntegerOrInfinity
impl UnwindSafe for IntegerOrInfinity
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.