Enum wasm_bindgen_backend::ast::TypeKind [] [src]

pub enum TypeKind {
    ByRef,
    ByMutRef,
    ByValue,
}

Variants

Trait Implementations

impl Copy for TypeKind
[src]

impl Clone for TypeKind
[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 TypeKind

impl Sync for TypeKind