Enum wasm_bindgen_backend::ast::OperationKind [−][src]
pub enum OperationKind { Regular, Getter(Option<Ident>), Setter(Option<Ident>), IndexingGetter, IndexingSetter, IndexingDeleter, }
Variants
Regular
Getter(Option<Ident>)
Setter(Option<Ident>)
IndexingGetter
IndexingSetter
IndexingDeleter
Trait Implementations
impl Clone for OperationKind
[src]
impl Clone for OperationKind
fn clone(&self) -> OperationKind
[src]
fn clone(&self) -> OperationKind
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for OperationKind
impl !Send for OperationKind
impl !Sync for OperationKind
impl !Sync for OperationKind