Struct wasm_bindgen_backend::ast::Function[][src]

pub struct Function {
    pub name: String,
    pub name_span: Span,
    pub renamed_via_js_name: bool,
    pub arguments: Vec<ArgCaptured>,
    pub ret: Option<Type>,
    pub rust_attrs: Vec<Attribute>,
    pub rust_vis: Visibility,
}

Fields

Trait Implementations

impl Clone for Function
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ImportedTypes for Function
[src]

Auto Trait Implementations

impl !Send for Function

impl !Sync for Function