[−][src]Enum loa::vm::ConstValue
Variants
String(String)Character(u16)Symbol(String)U8(u8)U16(u16)U32(u32)U64(u64)U128(u128)UBig(BigUint)I8(i8)I16(i16)I32(i32)I64(i64)I128(i128)IBig(BigInt)F32(f32)F64(f64)FBig(BigFraction)Trait Implementations
impl Clone for ConstValue[src]
fn clone(&self) -> ConstValue[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for ConstValue[src]
impl From<()> for ConstValue[src]
impl From<BigInt> for ConstValue[src]
impl From<BigUint> for ConstValue[src]
impl From<GenericFraction<BigUint>> for ConstValue[src]
fn from(v: BigFraction) -> Self[src]
impl From<String> for ConstValue[src]
impl From<f32> for ConstValue[src]
impl From<f64> for ConstValue[src]
impl From<i128> for ConstValue[src]
impl From<i16> for ConstValue[src]
impl From<i32> for ConstValue[src]
impl From<i64> for ConstValue[src]
impl From<i8> for ConstValue[src]
impl From<u128> for ConstValue[src]
impl From<u16> for ConstValue[src]
impl From<u32> for ConstValue[src]
impl From<u64> for ConstValue[src]
impl From<u8> for ConstValue[src]
impl Into<()> for ConstValue[src]
impl Into<BigInt> for ConstValue[src]
impl Into<BigUint> for ConstValue[src]
impl Into<GenericFraction<BigUint>> for ConstValue[src]
fn into(self) -> BigFraction[src]
impl Into<String> for ConstValue[src]
impl Into<f32> for ConstValue[src]
impl Into<f64> for ConstValue[src]
impl Into<i128> for ConstValue[src]
impl Into<i16> for ConstValue[src]
impl Into<i32> for ConstValue[src]
impl Into<i64> for ConstValue[src]
impl Into<i8> for ConstValue[src]
impl Into<u128> for ConstValue[src]
impl Into<u16> for ConstValue[src]
impl Into<u32> for ConstValue[src]
impl Into<u64> for ConstValue[src]
impl Into<u8> for ConstValue[src]
impl PartialEq<ConstValue> for ConstValue[src]
Auto Trait Implementations
impl RefUnwindSafe for ConstValue
impl Send for ConstValue
impl Sync for ConstValue
impl Unpin for ConstValue
impl UnwindSafe for ConstValue
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,