[−][src]Enum wasmer_interface_types::ast::InterfaceType
Represents the types supported by WIT.
Variants
A 8-bits signed integer.
A 16-bits signed integer.
A 32-bits signed integer.
A 64-bits signed integer.
A 8-bits unsigned integer.
A 16-bits unsigned integer.
A 32-bits unsigned integer.
A 64-bits unsigned integer.
A 32-bits float.
A 64-bits float.
A string.
An any reference.
A 32-bits integer (as defined in WebAssembly core).
A 64-bits integer (as defiend in WebAssembly core).
Trait Implementations
impl Debug for InterfaceType[src]
impl<'_> From<&'_ InterfaceValue> for InterfaceType[src]
fn from(value: &InterfaceValue) -> Self[src]
impl<'_> Parse<'_> for InterfaceType[src]
impl PartialEq<InterfaceType> for InterfaceType[src]
fn eq(&self, other: &InterfaceType) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralPartialEq for InterfaceType[src]
impl<W> ToBytes<W> for InterfaceType where
W: Write, [src]
W: Write,
Encode an InterfaceType into bytes.
impl<'_> ToString for &'_ InterfaceType[src]
Encode an InterfaceType into a string.
impl TryFrom<u8> for InterfaceType[src]
Parse an InterfaceType.
Auto Trait Implementations
impl RefUnwindSafe for InterfaceType
impl Send for InterfaceType
impl Sync for InterfaceType
impl Unpin for InterfaceType
impl UnwindSafe for InterfaceType
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,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,