Enum gear_pwasm_utils::rules::Metering
source · pub enum Metering {
Regular,
Forbidden,
Fixed(u32),
}
Variants§
Trait Implementations§
source§impl PartialEq for Metering
impl PartialEq for Metering
impl Copy for Metering
impl Eq for Metering
impl StructuralEq for Metering
impl StructuralPartialEq for Metering
Auto Trait Implementations§
impl RefUnwindSafe for Metering
impl Send for Metering
impl Sync for Metering
impl Unpin for Metering
impl UnwindSafe for Metering
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more