pub enum RType {
Show 16 variants
Bool,
Symbol,
Integer,
Float,
Class,
Module,
Instance,
Proc,
Array,
Hash,
String,
Range,
SharedMemory,
Data,
Exception,
Nil,
}Expand description
Tag that identifies each runtime object variant handled by the VM.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RType
impl RefUnwindSafe for RType
impl Send for RType
impl Sync for RType
impl Unpin for RType
impl UnsafeUnpin for RType
impl UnwindSafe for RType
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