Enum vm::tests::FakeCallType
source · [−]pub enum FakeCallType {
Call,
Create,
}
Variants
Call
Create
Trait Implementations
sourceimpl Debug for FakeCallType
impl Debug for FakeCallType
sourceimpl Hash for FakeCallType
impl Hash for FakeCallType
sourceimpl PartialEq<FakeCallType> for FakeCallType
impl PartialEq<FakeCallType> for FakeCallType
impl Eq for FakeCallType
impl StructuralEq for FakeCallType
impl StructuralPartialEq for FakeCallType
Auto Trait Implementations
impl RefUnwindSafe for FakeCallType
impl Send for FakeCallType
impl Sync for FakeCallType
impl Unpin for FakeCallType
impl UnwindSafe for FakeCallType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more