Enum wasm::validation::validation_stack::LabelKind
source · pub enum LabelKind {
Block,
Loop,
If,
}
Variants§
Trait Implementations§
source§impl PartialEq for LabelKind
impl PartialEq for LabelKind
impl Eq for LabelKind
impl StructuralPartialEq for LabelKind
Auto Trait Implementations§
impl RefUnwindSafe for LabelKind
impl Send for LabelKind
impl Sync for LabelKind
impl Unpin for LabelKind
impl UnwindSafe for LabelKind
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