pub enum VMValue {
ConstStr(VMStr),
VarStr(VMStr),
Float(f64),
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for VMValue
impl !RefUnwindSafe for VMValue
impl !Send for VMValue
impl !Sync for VMValue
impl Unpin for VMValue
impl !UnwindSafe for VMValue
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