pub enum TypeConversionKind {
Number,
String,
Bool,
}Expand description
Metadata for TypeConversion Opcode
Variants§
Trait Implementations§
Source§impl Clone for TypeConversionKind
impl Clone for TypeConversionKind
Source§fn clone(&self) -> TypeConversionKind
fn clone(&self) -> TypeConversionKind
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TypeConversionKind
impl Debug for TypeConversionKind
Source§impl Display for TypeConversionKind
impl Display for TypeConversionKind
Source§impl PartialEq for TypeConversionKind
impl PartialEq for TypeConversionKind
impl Copy for TypeConversionKind
impl Eq for TypeConversionKind
impl StructuralPartialEq for TypeConversionKind
Auto Trait Implementations§
impl Freeze for TypeConversionKind
impl RefUnwindSafe for TypeConversionKind
impl Send for TypeConversionKind
impl Sync for TypeConversionKind
impl Unpin for TypeConversionKind
impl UnwindSafe for TypeConversionKind
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