Struct ethers_etherscan::source_tree::SourceTree
source · pub struct SourceTree {
pub entries: Vec<SourceTreeEntry>,
}
Fields§
§entries: Vec<SourceTreeEntry>
Implementations§
source§impl SourceTree
impl SourceTree
Trait Implementations§
source§impl Clone for SourceTree
impl Clone for SourceTree
source§fn clone(&self) -> SourceTree
fn clone(&self) -> SourceTree
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 moreAuto Trait Implementations§
impl RefUnwindSafe for SourceTree
impl Send for SourceTree
impl Sync for SourceTree
impl Unpin for SourceTree
impl UnwindSafe for SourceTree
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more