Struct wasm_bindgen_backend::ast::Operation
source · 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 !Send for Operation
impl !Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more