Struct ethers::solc::ProjectBuilder[][src]

pub struct ProjectBuilder<Artifacts = MinimalCombinedArtifacts> where
    Artifacts: ArtifactOutput
{ pub ignored_error_codes: Vec<u64, Global>, pub allowed_paths: Vec<PathBuf, Global>, // some fields omitted }

Fields

ignored_error_codes: Vec<u64, Global>

Which error codes to ignore

allowed_paths: Vec<PathBuf, Global>

All allowed paths

Implementations

Disables cached builds

Disables writing artifacts to disk

Disables automatic solc version detection

Set arbitrary ArtifactOutputHandler

Adds an allowed-path to the solc executable

Adds multiple allowed-path to the solc executable

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more