Enum vm::tests::FakeCallType [−][src]
pub enum FakeCallType {
Call,
Create,
}Variants
CallCreate
Trait Implementations
impl PartialEq for FakeCallType[src]
impl PartialEq for FakeCallTypefn eq(&self, other: &FakeCallType) -> bool[src]
fn eq(&self, other: &FakeCallType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for FakeCallType[src]
impl Eq for FakeCallTypeimpl Hash for FakeCallType[src]
impl Hash for FakeCallTypefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for FakeCallType[src]
impl Debug for FakeCallTypeAuto Trait Implementations
impl Send for FakeCallType
impl Send for FakeCallTypeimpl Sync for FakeCallType
impl Sync for FakeCallType