Enum wasm_bindgen_backend::ast::MethodKind
source · pub enum MethodKind {
Constructor,
Operation(Operation),
}
Expand description
The type of a method
Variants§
Trait Implementations§
source§impl Clone for MethodKind
impl Clone for MethodKind
source§fn clone(&self) -> MethodKind
fn clone(&self) -> MethodKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more