Enum interpreter::object::numeric::IntegralType
source · pub enum IntegralType {
Int,
Long,
}
Variants§
Trait Implementations§
source§impl Clone for IntegralType
impl Clone for IntegralType
source§fn clone(&self) -> IntegralType
fn clone(&self) -> IntegralType
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 IntegralType
impl Debug for IntegralType
source§impl PartialEq for IntegralType
impl PartialEq for IntegralType
source§fn eq(&self, other: &IntegralType) -> bool
fn eq(&self, other: &IntegralType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IntegralType
impl Eq for IntegralType
impl StructuralEq for IntegralType
impl StructuralPartialEq for IntegralType
Auto Trait Implementations§
impl RefUnwindSafe for IntegralType
impl Send for IntegralType
impl Sync for IntegralType
impl Unpin for IntegralType
impl UnwindSafe for IntegralType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more