Enum wasm_bindgen_backend::ast::TypeLocation [] [src]

pub enum TypeLocation {
    ImportArgument,
    ImportRet,
    ExportArgument,
    ExportRet,
}

Variants

Trait Implementations

impl Copy for TypeLocation
[src]

impl Clone for TypeLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TypeLocation

impl Sync for TypeLocation