Enum wasm_bindgen_backend::ast::TypeLocation [−][src]
pub enum TypeLocation { ImportArgument, ImportRet, ExportArgument, ExportRet, }
Unused, the location of a type for a function argument (import/export, argument/ret)
Variants
An imported argument (JS side type)
An imported return
An exported argument (Rust side type)
An exported return
Trait Implementations
impl Clone for TypeLocation
[src]
impl Clone for TypeLocation
[src]fn clone(&self) -> TypeLocation
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl PartialEq<TypeLocation> for TypeLocation
[src]
impl PartialEq<TypeLocation> for TypeLocation
[src]