Struct wasm::validation::validation_stack::LabelInfo
source · pub(crate) struct LabelInfo {
pub(crate) kind: LabelKind,
}
Fields§
§kind: LabelKind
Trait Implementations§
source§impl PartialEq for LabelInfo
impl PartialEq for LabelInfo
impl Eq for LabelInfo
impl StructuralPartialEq for LabelInfo
Auto Trait Implementations§
impl RefUnwindSafe for LabelInfo
impl Send for LabelInfo
impl Sync for LabelInfo
impl Unpin for LabelInfo
impl UnwindSafe for LabelInfo
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