Enum ethcore::executed::CallType
[−]
[src]
pub enum CallType { None, Call, CallCode, DelegateCall, }
The type of the call-like instruction.
Variants
None
Not a CALL.
Call
CALL.
CallCode
CALLCODE.
DelegateCall
DELEGATECALL.
Trait Implementations
impl Debug for CallType
[src]
impl PartialEq for CallType
[src]
fn eq(&self, __arg_0: &CallType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Clone for CallType
[src]
fn clone(&self) -> CallType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Encodable for CallType
[src]
fn rlp_append(&self, s: &mut RlpStream)
Append a value to the stream
fn rlp_bytes(&self) -> ElasticArray1024<u8>
Get rlp-encoded bytes for this instance
impl Decodable for CallType
[src]
fn decode<D>(decoder: &D) -> Result<Self, DecoderError> where D: Decoder
Decode a value from RLP bytes