Enum wasm_bindgen_backend::ast::MethodKind [−][src]
pub enum MethodKind { Constructor, Operation(Operation), }
Expand description
The type of a method
Variants
A class constructor
Any other kind of method
Tuple Fields of Operation
0: Operation
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MethodKind
impl !Send for MethodKind
impl !Sync for MethodKind
impl Unpin for MethodKind
impl UnwindSafe for MethodKind
Blanket Implementations
Mutably borrows from an owned value. Read more