Enum pwasm_utils::rules::Metering  [−][src]
pub enum Metering {
    Regular,
    Forbidden,
    Fixed(u32),
}Variants
RegularForbiddenFixed(u32)
                Trait Implementations
impl Debug for Metering[src] 
impl Debug for Meteringfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Metering[src] 
impl PartialEq for Meteringfn eq(&self, other: &Metering) -> bool[src] 
fn eq(&self, other: &Metering) -> boolThis 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) -> boolThis method tests for !=.
impl Eq for Metering[src] 
impl Eq for Meteringimpl Copy for Metering[src] 
impl Copy for Meteringimpl Clone for Metering[src] 
impl Clone for Metering