Struct fuel_core_executor::Config
source · pub struct Config {
pub backtrace: bool,
pub metrics: bool,
}Fields§
§backtrace: boolPrint execution backtraces if transaction execution reverts.
metrics: boolEnables prometheus metrics for this fuel-service
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations§
§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any.