Enum parity_wasm::elements::ImportCountType [] [src]

pub enum ImportCountType {
    Function,
    Global,
    Table,
    Memory,
}

Type of the import entry to count

Variants

Count functions

Count globals

Count tables

Count memories

Trait Implementations

impl Debug for ImportCountType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ImportCountType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ImportCountType
[src]

impl PartialEq for ImportCountType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations