Enum pwasm_utils::rules::Metering [] [src]

pub enum Metering {
    Regular,
    Forbidden,
    Fixed(u32),
}

Variants

Trait Implementations

impl Debug for Metering
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Copy for Metering
[src]

impl Clone for Metering
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Metering

impl Sync for Metering