Struct ethers_solc::contracts::VersionedContract
source · pub struct VersionedContract {
pub contract: Contract,
pub version: Version,
}
Expand description
A contract and the compiler version used to compile it
Fields§
§contract: Contract
§version: Version
Trait Implementations§
source§impl Clone for VersionedContract
impl Clone for VersionedContract
source§fn clone(&self) -> VersionedContract
fn clone(&self) -> VersionedContract
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 moresource§impl Debug for VersionedContract
impl Debug for VersionedContract
source§impl<'de> Deserialize<'de> for VersionedContract
impl<'de> Deserialize<'de> for VersionedContract
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for VersionedContract
impl PartialEq for VersionedContract
source§fn eq(&self, other: &VersionedContract) -> bool
fn eq(&self, other: &VersionedContract) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for VersionedContract
impl Serialize for VersionedContract
impl StructuralPartialEq for VersionedContract
Auto Trait Implementations§
impl RefUnwindSafe for VersionedContract
impl Send for VersionedContract
impl Sync for VersionedContract
impl Unpin for VersionedContract
impl UnwindSafe for VersionedContract
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