Struct ethers_solc::ExtraOutputValues
source · [−]pub struct ExtraOutputValues {Show 15 fields
pub ast: bool,
pub userdoc: bool,
pub devdoc: bool,
pub method_identifiers: bool,
pub storage_layout: bool,
pub assembly: bool,
pub gas_estimates: bool,
pub compact_format: bool,
pub metadata: bool,
pub ir: bool,
pub ir_optimized: bool,
pub ewasm: bool,
pub function_debug_data: bool,
pub generated_sources: bool,
pub source_map: bool,
/* private fields */
}Expand description
Determines the additional values to include in the contract’s artifact file
Fields
ast: booluserdoc: booldevdoc: boolmethod_identifiers: boolstorage_layout: boolassembly: boolgas_estimates: boolcompact_format: boolmetadata: boolir: boolir_optimized: boolewasm: boolfunction_debug_data: boolgenerated_sources: boolsource_map: boolImplementations
sourceimpl ExtraOutputValues
impl ExtraOutputValues
sourcepub fn from_output_selection(
settings: impl IntoIterator<Item = ContractOutputSelection>
) -> Self
pub fn from_output_selection(
settings: impl IntoIterator<Item = ContractOutputSelection>
) -> Self
Sets the values based on a set of ContractOutputSelection
Trait Implementations
sourceimpl Clone for ExtraOutputValues
impl Clone for ExtraOutputValues
sourcefn clone(&self) -> ExtraOutputValues
fn clone(&self) -> ExtraOutputValues
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ExtraOutputValues
impl Debug for ExtraOutputValues
sourceimpl Default for ExtraOutputValues
impl Default for ExtraOutputValues
sourcefn default() -> ExtraOutputValues
fn default() -> ExtraOutputValues
Returns the “default value” for a type. Read more
sourceimpl PartialEq<ExtraOutputValues> for ExtraOutputValues
impl PartialEq<ExtraOutputValues> for ExtraOutputValues
sourcefn eq(&self, other: &ExtraOutputValues) -> bool
fn eq(&self, other: &ExtraOutputValues) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ExtraOutputValues) -> bool
fn ne(&self, other: &ExtraOutputValues) -> bool
This method tests for !=.
impl Copy for ExtraOutputValues
impl Eq for ExtraOutputValues
impl StructuralEq for ExtraOutputValues
impl StructuralPartialEq for ExtraOutputValues
Auto Trait Implementations
impl RefUnwindSafe for ExtraOutputValues
impl Send for ExtraOutputValues
impl Sync for ExtraOutputValues
impl Unpin for ExtraOutputValues
impl UnwindSafe for ExtraOutputValues
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more