pub enum BytecodeOutputSelection {
All,
FunctionDebugData,
Object,
Opcodes,
SourceMap,
LinkReferences,
GeneratedSources,
}
Expand description
Contract level output selection for evm.bytecode
Variants§
Trait Implementations§
source§impl Clone for BytecodeOutputSelection
impl Clone for BytecodeOutputSelection
source§fn clone(&self) -> BytecodeOutputSelection
fn clone(&self) -> BytecodeOutputSelection
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 BytecodeOutputSelection
impl Debug for BytecodeOutputSelection
source§impl<'de> Deserialize<'de> for BytecodeOutputSelection
impl<'de> Deserialize<'de> for BytecodeOutputSelection
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 Display for BytecodeOutputSelection
impl Display for BytecodeOutputSelection
source§impl From<BytecodeOutputSelection> for EvmOutputSelection
impl From<BytecodeOutputSelection> for EvmOutputSelection
source§fn from(b: BytecodeOutputSelection) -> Self
fn from(b: BytecodeOutputSelection) -> Self
Converts to this type from the input type.
source§impl FromStr for BytecodeOutputSelection
impl FromStr for BytecodeOutputSelection
source§impl Hash for BytecodeOutputSelection
impl Hash for BytecodeOutputSelection
source§impl Ord for BytecodeOutputSelection
impl Ord for BytecodeOutputSelection
source§fn cmp(&self, other: &BytecodeOutputSelection) -> Ordering
fn cmp(&self, other: &BytecodeOutputSelection) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for BytecodeOutputSelection
impl PartialEq for BytecodeOutputSelection
source§fn eq(&self, other: &BytecodeOutputSelection) -> bool
fn eq(&self, other: &BytecodeOutputSelection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for BytecodeOutputSelection
impl PartialOrd for BytecodeOutputSelection
source§fn partial_cmp(&self, other: &BytecodeOutputSelection) -> Option<Ordering>
fn partial_cmp(&self, other: &BytecodeOutputSelection) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for BytecodeOutputSelection
impl Serialize for BytecodeOutputSelection
impl Copy for BytecodeOutputSelection
impl Eq for BytecodeOutputSelection
impl StructuralPartialEq for BytecodeOutputSelection
Auto Trait Implementations§
impl RefUnwindSafe for BytecodeOutputSelection
impl Send for BytecodeOutputSelection
impl Sync for BytecodeOutputSelection
impl Unpin for BytecodeOutputSelection
impl UnwindSafe for BytecodeOutputSelection
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.