Enum wasmi_validation::func::StartedWith
source · pub enum StartedWith {
Block,
If,
Else,
Loop,
}
Expand description
An opcode that opened the particular frame.
We need that to ensure proper combinations with End
instruction.
Variants§
Trait Implementations§
source§impl Clone for StartedWith
impl Clone for StartedWith
source§fn clone(&self) -> StartedWith
fn clone(&self) -> StartedWith
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 StartedWith
impl Debug for StartedWith
source§impl PartialEq<StartedWith> for StartedWith
impl PartialEq<StartedWith> for StartedWith
source§fn eq(&self, other: &StartedWith) -> bool
fn eq(&self, other: &StartedWith) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for StartedWith
impl Eq for StartedWith
impl StructuralEq for StartedWith
impl StructuralPartialEq for StartedWith
Auto Trait Implementations§
impl RefUnwindSafe for StartedWith
impl Send for StartedWith
impl Sync for StartedWith
impl Unpin for StartedWith
impl UnwindSafe for StartedWith
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