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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TypeKind
[src]

Formats the value using the given formatter. Read more

impl PartialEq for TypeKind
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for TypeKind
[src]

Auto Trait Implementations

impl Send for TypeKind

impl Sync for TypeKind