Struct nyar_wasm::ParameterType
source · pub struct ParameterType {
pub name: WasmSymbol,
pub type_hint: WasmType,
pub span: FileSpan,
}Fields§
§name: WasmSymbol§type_hint: WasmType§span: FileSpanImplementations§
source§impl ParameterType
impl ParameterType
Trait Implementations§
source§impl<'a, 'i> IntoWasm<'a, (Option<Id<'a>>, Option<NameAnnotation<'a>>, ValType<'a>)> for ParameterTypewhere
'a: 'i,
impl<'a, 'i> IntoWasm<'a, (Option<Id<'a>>, Option<NameAnnotation<'a>>, ValType<'a>)> for ParameterTypewhere
'a: 'i,
source§impl<'a, 'i> IntoWasm<'a, ComponentFunctionParam<'i>> for ParameterTypewhere
'a: 'i,
impl<'a, 'i> IntoWasm<'a, ComponentFunctionParam<'i>> for ParameterTypewhere
'a: 'i,
fn as_wast(&'a self) -> ComponentFunctionParam<'i>
Auto Trait Implementations§
impl RefUnwindSafe for ParameterType
impl Send for ParameterType
impl Sync for ParameterType
impl Unpin for ParameterType
impl UnwindSafe for ParameterType
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