Enum revm_primitives::env::TransactTo
source · pub enum TransactTo {
Call(B160),
Create(CreateScheme),
}
Variants§
Call(B160)
Create(CreateScheme)
Implementations§
source§impl TransactTo
impl TransactTo
Trait Implementations§
source§impl Clone for TransactTo
impl Clone for TransactTo
source§fn clone(&self) -> TransactTo
fn clone(&self) -> TransactTo
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 more