Enum pwasm_utils::rules::Metering [−][src]
pub enum Metering { Regular, Forbidden, Fixed(u32), }
Variants
Regular
Forbidden
Fixed(u32)
Trait Implementations
impl Debug for Metering
[src]
impl Debug for Metering
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for Metering
[src]
impl PartialEq for Metering
fn eq(&self, other: &Metering) -> bool
[src]
fn eq(&self, other: &Metering) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Metering) -> bool
[src]
fn ne(&self, other: &Metering) -> bool
This method tests for !=
.
impl Eq for Metering
[src]
impl Eq for Metering
impl Copy for Metering
[src]
impl Copy for Metering
impl Clone for Metering
[src]
impl Clone for Metering