Enum wasm_bindgen_backend::ast::ImportFunctionKind [−][src]
pub enum ImportFunctionKind { Method { class: String, ty: Type, kind: MethodKind, }, Normal, }
The type of a function being imported
Variants
A class method
Show fields
Fields of Method
class: String
The name of the class for this method, in JS
ty: Type
The type of the class for this method, in Rust
kind: MethodKind
The kind of method this is
A standard function
Trait Implementations
impl Clone for ImportFunctionKind
[src]
impl Clone for ImportFunctionKind
[src]