pub enum ValueTypeClass {
Integer,
Boolean,
Float,
Vector,
}
Variants§
Trait Implementations§
Source§impl Debug for ValueTypeClass
impl Debug for ValueTypeClass
Source§impl Display for ValueTypeClass
impl Display for ValueTypeClass
Source§impl PartialEq for ValueTypeClass
impl PartialEq for ValueTypeClass
impl StructuralPartialEq for ValueTypeClass
Auto Trait Implementations§
impl Freeze for ValueTypeClass
impl RefUnwindSafe for ValueTypeClass
impl Send for ValueTypeClass
impl Sync for ValueTypeClass
impl Unpin for ValueTypeClass
impl UnwindSafe for ValueTypeClass
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