Struct wasm_bindgen_backend::ast::ImportEnum [−][src]
pub struct ImportEnum {
pub vis: Visibility,
pub name: Ident,
pub variants: Vec<Ident>,
pub variant_values: Vec<String>,
pub rust_attrs: Vec<Attribute>,
}Fields
vis: Visibility
The Rust enum's visibility
name: Ident
The Rust enum's identifiers
variants: Vec<Ident>
The Rust identifiers for the variants
variant_values: Vec<String>
The JS string values of the variants
rust_attrs: Vec<Attribute>
Attributes to apply to the Rust enum
Trait Implementations
impl Clone for ImportEnum[src]
impl Clone for ImportEnumfn clone(&self) -> ImportEnum[src]
fn clone(&self) -> ImportEnumReturns 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
impl ToTokens for ImportEnum[src]
impl ToTokens for ImportEnumfn to_tokens(&self, tokens: &mut TokenStream)[src]
fn to_tokens(&self, tokens: &mut TokenStream)Write self to the given TokenStream. Read more
fn into_token_stream(self) -> TokenStream[src]
fn into_token_stream(self) -> TokenStreamConvert self directly into a TokenStream object. Read more
impl ImportedTypes for ImportEnum[src]
impl ImportedTypes for ImportEnumfn imported_types<F>(&self, f: &mut F) where
F: FnMut(&Ident, ImportedTypeKind), [src]
fn imported_types<F>(&self, f: &mut F) where
F: FnMut(&Ident, ImportedTypeKind), Auto Trait Implementations
impl !Send for ImportEnum
impl !Send for ImportEnumimpl !Sync for ImportEnum
impl !Sync for ImportEnum