Enum wasm_bindgen_backend::ast::OperationKind [−][src]
pub enum OperationKind { Regular, Getter(Option<Ident>), Setter(Option<Ident>), IndexingGetter, IndexingSetter, IndexingDeleter, }
Expand description
The kind of operation performed by a method
Variants
A standard method, nothing special
A method for getting the value of the provided Ident
A method for setting the value of the provided Ident
A dynamically intercepted getter
A dynamically intercepted setter
A dynamically intercepted deleter
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OperationKind
impl !Send for OperationKind
impl !Sync for OperationKind
impl Unpin for OperationKind
impl UnwindSafe for OperationKind
Blanket Implementations
Mutably borrows from an owned value. Read more