Enum wasm_bindgen_backend::ast::OperationKind[][src]

pub enum OperationKind {
    Regular,
    Getter(Option<Ident>),
    Setter(Option<Ident>),
    IndexingGetter,
    IndexingSetter,
    IndexingDeleter,
}

Variants

Trait Implementations

impl Clone for OperationKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for OperationKind

impl !Sync for OperationKind