pub struct CompilationOptions {
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 CompilationOptions
impl RefUnwindSafe for CompilationOptions
impl Send for CompilationOptions
impl Sync for CompilationOptions
impl Unpin for CompilationOptions
impl UnwindSafe for CompilationOptions
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