Enum interpreter::object::numeric::FloatingType
source · pub enum FloatingType {
Double,
Float,
}
Variants§
Trait Implementations§
source§impl Clone for FloatingType
impl Clone for FloatingType
source§fn clone(&self) -> FloatingType
fn clone(&self) -> FloatingType
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 FloatingType
impl Debug for FloatingType
source§impl PartialEq for FloatingType
impl PartialEq for FloatingType
source§fn eq(&self, other: &FloatingType) -> bool
fn eq(&self, other: &FloatingType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FloatingType
impl Eq for FloatingType
impl StructuralEq for FloatingType
impl StructuralPartialEq for FloatingType
Auto Trait Implementations§
impl RefUnwindSafe for FloatingType
impl Send for FloatingType
impl Sync for FloatingType
impl Unpin for FloatingType
impl UnwindSafe for FloatingType
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