Enum wasm_bindgen_backend::ast::OperationKind [−][src]
pub enum OperationKind {
Regular,
Getter(Option<Ident>),
Setter(Option<Ident>),
IndexingGetter,
IndexingSetter,
IndexingDeleter,
}Variants
RegularGetter(Option<Ident>)Setter(Option<Ident>)IndexingGetterIndexingSetterIndexingDeleter
Trait Implementations
impl Clone for OperationKind[src]
impl Clone for OperationKindfn clone(&self) -> OperationKind[src]
fn clone(&self) -> OperationKindReturns 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 OperationKindimpl !Sync for OperationKind
impl !Sync for OperationKind