pub struct CompilationOptionsLegacy {
pub gas_limit: u64,
pub unmetered_locals: usize,
pub max_memory_grow: usize,
pub max_memory_grow_delta: usize,
pub opcode_trace: bool,
pub metering: bool,
pub runtime_breakpoints: bool,
}
Fields§
§gas_limit: u64
§unmetered_locals: usize
§max_memory_grow: usize
§max_memory_grow_delta: usize
§opcode_trace: bool
§metering: bool
§runtime_breakpoints: bool
Auto Trait Implementations§
impl Freeze for CompilationOptionsLegacy
impl RefUnwindSafe for CompilationOptionsLegacy
impl Send for CompilationOptionsLegacy
impl Sync for CompilationOptionsLegacy
impl Unpin for CompilationOptionsLegacy
impl UnwindSafe for CompilationOptionsLegacy
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