Struct wasm_bindgen_backend::ast::Operation [−][src]
pub struct Operation { pub is_static: bool, pub kind: OperationKind, }
Expand description
The operation performed by a class method
Fields
is_static: bool
Whether this method is static
kind: OperationKind
The internal kind of this Operation
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Operation
impl UnwindSafe for Operation
Blanket Implementations
Mutably borrows from an owned value. Read more