Enum parity_wasm::elements::Type [] [src]

pub enum Type {
    Function(FunctionType),
}

Type definition in types section. Currently can be only of the function type.

Variants

Function type.

Trait Implementations

impl Debug for Type
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Type
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Type
[src]

[src]

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

[src]

This method tests for !=.

impl Deserialize for Type
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for Type
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations

impl Send for Type

impl Sync for Type