Enum parity_wasm::elements::BlockType [] [src]

pub enum BlockType {
    Value(ValueType),
    NoResult,
}

Block type which is basically ValueType + NoResult (to define blocks that have no return type)

Variants

Value-type specified block type

No specified block type

Trait Implementations

impl Clone for BlockType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BlockType
[src]

impl Debug for BlockType
[src]

[src]

Formats the value using the given formatter. Read more

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

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for BlockType
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations

impl Send for BlockType

impl Sync for BlockType