pub enum ValueTy {
}Expand description
A description of a reflected type
Variants§
U8
U16
U32
U64
I8
I16
I32
I64
F32
F64
Bool
Str
String
Bytes
VecInstance
Vec(Box<ValueTy>)
StructInstance
Struct(TypeId)
HashMapInstance
HashMap(Box<ValueTy>)
Enum(TypeId)
Option(Box<ValueTy>)
Trait Implementations§
impl StructuralPartialEq for ValueTy
Auto Trait Implementations§
impl Freeze for ValueTy
impl RefUnwindSafe for ValueTy
impl Send for ValueTy
impl Sync for ValueTy
impl Unpin for ValueTy
impl UnsafeUnpin for ValueTy
impl UnwindSafe for ValueTy
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