pub enum MemClass {
None,
Load,
Store,
}Expand description
Memory class of a gas kind for category-#3 reserve accounting.
Variants§
Trait Implementations§
impl Copy for MemClass
impl Eq for MemClass
impl StructuralPartialEq for MemClass
Auto Trait Implementations§
impl Freeze for MemClass
impl RefUnwindSafe for MemClass
impl Send for MemClass
impl Sync for MemClass
impl Unpin for MemClass
impl UnsafeUnpin for MemClass
impl UnwindSafe for MemClass
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