pub enum RTypeEnum {
Show 27 variants
NIL,
SYM,
LIST,
CLO,
ENV,
PROM,
LANG,
SPECIAL,
BUILTIN,
CHAR,
LGL,
INT,
REAL,
CPLX,
STR,
VEC,
S4,
RAW,
EXPR,
DOT,
ANY,
BCODE,
EXTPTR,
WEAKREF,
NEW,
FREE,
FUN,
}
Variants§
NIL
SYM
LIST
CLO
ENV
PROM
LANG
SPECIAL
BUILTIN
CHAR
////////////VECTOR BEGIN
LGL
INT
REAL
CPLX
STR
VEC
S4
RAW
EXPR
DOT
///////////VECTOR END
ANY
BCODE
EXTPTR
WEAKREF
NEW
FREE
FUN
Trait Implementations§
impl Copy for RTypeEnum
impl Eq for RTypeEnum
impl StructuralPartialEq for RTypeEnum
Auto Trait Implementations§
impl Freeze for RTypeEnum
impl RefUnwindSafe for RTypeEnum
impl Send for RTypeEnum
impl Sync for RTypeEnum
impl Unpin for RTypeEnum
impl UnwindSafe for RTypeEnum
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