Struct ethers_solc::output::OutputDiagnostics
source · pub struct OutputDiagnostics<'a> { /* private fields */ }
Expand description
Helper type to implement display for solc errors
Implementations§
source§impl<'a> OutputDiagnostics<'a>
impl<'a> OutputDiagnostics<'a>
Trait Implementations§
source§impl<'a> Clone for OutputDiagnostics<'a>
impl<'a> Clone for OutputDiagnostics<'a>
source§fn clone(&self) -> OutputDiagnostics<'a>
fn clone(&self) -> OutputDiagnostics<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more