pub enum ValueType {
}Expand description
Runtime type representation for CGRF v2
Variants§
Bool
U8
U16
U32
U64
S8
S16
S32
S64
F32
F64
Char
String
List(Box<ValueType>)
Option(Box<ValueType>)
Result
Record(String)
Variant(String)
Tuple(Vec<ValueType>)
Flags
Trait Implementations§
impl Eq for ValueType
impl StructuralPartialEq for ValueType
Auto Trait Implementations§
impl Freeze for ValueType
impl RefUnwindSafe for ValueType
impl Send for ValueType
impl Sync for ValueType
impl Unpin for ValueType
impl UnsafeUnpin for ValueType
impl UnwindSafe for ValueType
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