[−][src]Enum parity_wasm::elements::ValueType
pub enum ValueType { I32, I64, F32, F64, }
Value type.
Variants
32-bit signed integer
64-bit signed integer
32-bit float
64-bit float
Trait Implementations
impl Clone for ValueType
[src][+]
impl Copy for ValueType
[src]
impl Debug for ValueType
[src][+]
impl Deserialize for ValueType
[src][+]
impl Display for ValueType
[src][+]
impl Eq for ValueType
[src]
impl Hash for ValueType
[src][+]
impl PartialEq<ValueType> for ValueType
[src][+]
impl Serialize for ValueType
[src][+]
impl StructuralEq for ValueType
[src]
impl StructuralPartialEq for ValueType
[src]
Auto Trait Implementations
impl RefUnwindSafe for ValueType
impl Send for ValueType
impl Sync for ValueType
impl Unpin for ValueType
impl UnwindSafe for ValueType
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,