[−][src]Enum fluence_faas::IType
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.
Array(Box<InterfaceType, Global>)An array of values of the same type.
An any reference.
A 32-bits integer (as defined in WebAssembly core).
A 64-bits integer (as defined in WebAssembly core).
Record(u64)A record contains record index from interfaces AST.
Trait Implementations
impl Clone for InterfaceType[src]
pub fn clone(&self) -> InterfaceType[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for InterfaceType[src]
impl<'de> Deserialize<'de> for InterfaceType[src]
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<InterfaceType, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<InterfaceType, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Eq for InterfaceType[src]
impl Hash for InterfaceType[src]
pub fn hash<__H>(&self, state: &mut __H) where
__H: Hasher, [src]
__H: Hasher,
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl<'_> Parse<'_> for InterfaceType[src]
pub fn parse(parser: Parser<'_>) -> Result<InterfaceType, Error>[src]
impl PartialEq<InterfaceType> for InterfaceType[src]
pub fn eq(&self, other: &InterfaceType) -> bool[src]
pub fn ne(&self, other: &InterfaceType) -> bool[src]
impl Serialize for InterfaceType[src]
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl StructuralEq for InterfaceType[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.
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,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool[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> Pointable for T
pub const ALIGN: usize
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
pub unsafe fn drop(ptr: usize)
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> Serialize for T where
T: Serialize + ?Sized, [src]
T: Serialize + ?Sized,
pub fn erased_serialize(
&self,
serializer: &mut dyn Serializer
) -> Result<Ok, Error>[src]
&self,
serializer: &mut dyn Serializer
) -> Result<Ok, Error>
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
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.
pub 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>,