Struct ethers_etherscan::source_tree::SourceTreeEntry
source · pub struct SourceTreeEntry {
pub path: PathBuf,
pub contents: String,
}
Fields§
§path: PathBuf
§contents: String
Trait Implementations§
source§impl Clone for SourceTreeEntry
impl Clone for SourceTreeEntry
source§fn clone(&self) -> SourceTreeEntry
fn clone(&self) -> SourceTreeEntry
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