Enum ethers_etherscan::verify::CodeFormat
source · pub enum CodeFormat {
SingleFile,
StandardJsonInput,
}
Variants§
Trait Implementations§
source§impl AsRef<str> for CodeFormat
impl AsRef<str> for CodeFormat
source§impl Clone for CodeFormat
impl Clone for CodeFormat
source§fn clone(&self) -> CodeFormat
fn clone(&self) -> CodeFormat
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 CodeFormat
impl Debug for CodeFormat
source§impl Default for CodeFormat
impl Default for CodeFormat
source§fn default() -> CodeFormat
fn default() -> CodeFormat
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CodeFormat
impl<'de> Deserialize<'de> for CodeFormat
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 CodeFormat
impl PartialEq for CodeFormat
source§fn eq(&self, other: &CodeFormat) -> bool
fn eq(&self, other: &CodeFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CodeFormat
impl Serialize for CodeFormat
impl Copy for CodeFormat
impl Eq for CodeFormat
impl StructuralPartialEq for CodeFormat
Auto Trait Implementations§
impl RefUnwindSafe for CodeFormat
impl Send for CodeFormat
impl Sync for CodeFormat
impl Unpin for CodeFormat
impl UnwindSafe for CodeFormat
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.