Enum wasm_bindgen_backend::defined::ImportedTypeKind[][src]

pub enum ImportedTypeKind {
    Definition,
    Reference,
}

Variants

The definition of an imported type.

A reference to an imported type.

Trait Implementations

impl Debug for ImportedTypeKind
[src]

Formats the value using the given formatter. Read more

impl Clone for ImportedTypeKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ImportedTypeKind
[src]

impl PartialEq for ImportedTypeKind
[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 ImportedTypeKind
[src]

Auto Trait Implementations