pub enum EwasmOutputSelection {
All,
Wast,
Wasm,
}
Expand description
Contract level output selection for evm.ewasm
Variants§
Trait Implementations§
source§impl Clone for EwasmOutputSelection
impl Clone for EwasmOutputSelection
source§fn clone(&self) -> EwasmOutputSelection
fn clone(&self) -> EwasmOutputSelection
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 EwasmOutputSelection
impl Debug for EwasmOutputSelection
source§impl<'de> Deserialize<'de> for EwasmOutputSelection
impl<'de> Deserialize<'de> for EwasmOutputSelection
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 EwasmOutputSelection
impl Display for EwasmOutputSelection
source§impl From<EwasmOutputSelection> for ContractOutputSelection
impl From<EwasmOutputSelection> for ContractOutputSelection
source§fn from(ewasm: EwasmOutputSelection) -> Self
fn from(ewasm: EwasmOutputSelection) -> Self
Converts to this type from the input type.
source§impl FromStr for EwasmOutputSelection
impl FromStr for EwasmOutputSelection
source§impl Hash for EwasmOutputSelection
impl Hash for EwasmOutputSelection
source§impl Ord for EwasmOutputSelection
impl Ord for EwasmOutputSelection
source§fn cmp(&self, other: &EwasmOutputSelection) -> Ordering
fn cmp(&self, other: &EwasmOutputSelection) -> 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 EwasmOutputSelection
impl PartialEq for EwasmOutputSelection
source§fn eq(&self, other: &EwasmOutputSelection) -> bool
fn eq(&self, other: &EwasmOutputSelection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for EwasmOutputSelection
impl PartialOrd for EwasmOutputSelection
source§fn partial_cmp(&self, other: &EwasmOutputSelection) -> Option<Ordering>
fn partial_cmp(&self, other: &EwasmOutputSelection) -> 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 EwasmOutputSelection
impl Serialize for EwasmOutputSelection
impl Copy for EwasmOutputSelection
impl Eq for EwasmOutputSelection
impl StructuralPartialEq for EwasmOutputSelection
Auto Trait Implementations§
impl RefUnwindSafe for EwasmOutputSelection
impl Send for EwasmOutputSelection
impl Sync for EwasmOutputSelection
impl Unpin for EwasmOutputSelection
impl UnwindSafe for EwasmOutputSelection
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.