Trait wasmtime_environ::__core::marker::StructuralPartialEq

source ยท
pub trait StructuralPartialEq { }
๐Ÿ”ฌThis is a nightly-only experimental API. (structural_match)
Expand description

Required trait for constants used in pattern matches.

Any type that derives PartialEq automatically implements this trait, regardless of whether its type-parameters implement PartialEq.

If a const item contains some type that does not implement this trait, then that type either (1.) does not implement PartialEq (which means the constant will not provide that comparison method, which code generation assumes is available), or (2.) it implements its own version of PartialEq (which we assume does not conform to a structural-equality comparison).

In either of the two scenarios above, we reject usage of such a constant in a pattern match.

See also the structural match RFC, and issue 63438 which motivated migrating from an attribute-based design to this trait.

Implementorsยง

sourceยง

impl StructuralPartialEq for byteorder::BigEndian

sourceยง

impl StructuralPartialEq for byteorder::LittleEndian

sourceยง

impl StructuralPartialEq for DwarfFileType

sourceยง

impl StructuralPartialEq for Format

sourceยง

impl StructuralPartialEq for gimli::common::SectionId

sourceยง

impl StructuralPartialEq for gimli::common::Vendor

sourceยง

impl StructuralPartialEq for RunTimeEndian

sourceยง

impl StructuralPartialEq for AbbreviationsCacheStrategy

sourceยง

impl StructuralPartialEq for Pointer

sourceยง

impl StructuralPartialEq for gimli::read::Error

sourceยง

impl StructuralPartialEq for ColumnType

sourceยง

impl StructuralPartialEq for Value

sourceยง

impl StructuralPartialEq for ValueType

sourceยง

impl StructuralPartialEq for gimli::write::cfi::CallFrameInstruction

sourceยง

impl StructuralPartialEq for ConvertError

sourceยง

impl StructuralPartialEq for Address

sourceยง

impl StructuralPartialEq for gimli::write::Error

sourceยง

impl StructuralPartialEq for Reference

sourceยง

impl StructuralPartialEq for LineString

sourceยง

impl StructuralPartialEq for gimli::write::loc::Location

sourceยง

impl StructuralPartialEq for gimli::write::range::Range

sourceยง

impl StructuralPartialEq for gimli::write::relocate::RelocationTarget

sourceยง

impl StructuralPartialEq for gimli::write::unit::AttributeValue

sourceยง

impl StructuralPartialEq for hashbrown::TryReserveError

sourceยง

impl StructuralPartialEq for hashbrown::TryReserveError

sourceยง

impl StructuralPartialEq for Level

sourceยง

impl StructuralPartialEq for LevelFilter

sourceยง

impl StructuralPartialEq for AddressSize

sourceยง

impl StructuralPartialEq for object::common::Architecture

sourceยง

impl StructuralPartialEq for object::common::BinaryFormat

sourceยง

impl StructuralPartialEq for ComdatKind

sourceยง

impl StructuralPartialEq for FileFlags

sourceยง

impl StructuralPartialEq for RelocationEncoding

sourceยง

impl StructuralPartialEq for RelocationFlags

sourceยง

impl StructuralPartialEq for RelocationKind

sourceยง

impl StructuralPartialEq for SectionFlags

sourceยง

impl StructuralPartialEq for SectionKind

sourceยง

impl StructuralPartialEq for object::common::SegmentFlags

sourceยง

impl StructuralPartialEq for SubArchitecture

sourceยง

impl StructuralPartialEq for SymbolKind

sourceยง

impl StructuralPartialEq for SymbolScope

sourceยง

impl StructuralPartialEq for object::endian::Endianness

sourceยง

impl StructuralPartialEq for ImportType

sourceยง

impl StructuralPartialEq for CompressionFormat

sourceยง

impl StructuralPartialEq for FileKind

sourceยง

impl StructuralPartialEq for ObjectKind

sourceยง

impl StructuralPartialEq for object::read::RelocationTarget

sourceยง

impl StructuralPartialEq for object::read::SymbolSection

sourceยง

impl StructuralPartialEq for CoffExportStyle

sourceยง

impl StructuralPartialEq for Mangling

sourceยง

impl StructuralPartialEq for StandardSection

sourceยง

impl StructuralPartialEq for StandardSegment

sourceยง

impl StructuralPartialEq for object::write::SymbolSection

sourceยง

impl StructuralPartialEq for postcard::error::Error

sourceยง

impl StructuralPartialEq for Op

sourceยง

impl StructuralPartialEq for CDataModel

sourceยง

impl StructuralPartialEq for Size

sourceยง

impl StructuralPartialEq for ParseError

sourceยง

impl StructuralPartialEq for Aarch64Architecture

sourceยง

impl StructuralPartialEq for target_lexicon::targets::Architecture

sourceยง

impl StructuralPartialEq for ArmArchitecture

sourceยง

impl StructuralPartialEq for target_lexicon::targets::BinaryFormat

sourceยง

impl StructuralPartialEq for Environment

sourceยง

impl StructuralPartialEq for Mips32Architecture

sourceยง

impl StructuralPartialEq for Mips64Architecture

sourceยง

impl StructuralPartialEq for OperatingSystem

sourceยง

impl StructuralPartialEq for Riscv32Architecture

sourceยง

impl StructuralPartialEq for Riscv64Architecture

sourceยง

impl StructuralPartialEq for target_lexicon::targets::Vendor

sourceยง

impl StructuralPartialEq for X86_32Architecture

sourceยง

impl StructuralPartialEq for CallingConvention

sourceยง

impl StructuralPartialEq for target_lexicon::triple::Endianness

sourceยง

impl StructuralPartialEq for PointerWidth

sourceยง

impl StructuralPartialEq for Color

sourceยง

impl StructuralPartialEq for ColorChoice

sourceยง

impl StructuralPartialEq for wasm_encoder::component::aliases::ComponentOuterAliasKind

sourceยง

impl StructuralPartialEq for wasm_encoder::component::canonicals::CanonicalOption

sourceยง

impl StructuralPartialEq for ComponentSectionId

sourceยง

impl StructuralPartialEq for ComponentExportKind

sourceยง

impl StructuralPartialEq for wasm_encoder::component::imports::ComponentTypeRef

sourceยง

impl StructuralPartialEq for wasm_encoder::component::imports::TypeBounds

sourceยง

impl StructuralPartialEq for ModuleArg

sourceยง

impl StructuralPartialEq for wasm_encoder::component::types::ComponentValType

sourceยง

impl StructuralPartialEq for wasm_encoder::component::types::PrimitiveValType

sourceยง

impl StructuralPartialEq for wasm_encoder::core::SectionId

sourceยง

impl StructuralPartialEq for ExportKind

sourceยง

impl StructuralPartialEq for EntityType

sourceยง

impl StructuralPartialEq for wasm_encoder::core::tags::TagKind

sourceยง

impl StructuralPartialEq for wasm_encoder::core::types::AbstractHeapType

sourceยง

impl StructuralPartialEq for wasm_encoder::core::types::HeapType

sourceยง

impl StructuralPartialEq for wasm_encoder::core::types::StorageType

sourceยง

impl StructuralPartialEq for wasm_encoder::core::types::ValType

sourceยง

impl StructuralPartialEq for DiscriminantSize

sourceยง

impl StructuralPartialEq for wasmtime_environ::component::dfg::CoreDef

sourceยง

impl StructuralPartialEq for Trampoline

sourceยง

impl StructuralPartialEq for wasmtime_environ::component::CoreDef

sourceยง

impl StructuralPartialEq for FixedEncoding

sourceยง

impl StructuralPartialEq for FlatType

sourceยง

impl StructuralPartialEq for InterfaceType

sourceยง

impl StructuralPartialEq for StringEncoding

sourceยง

impl StructuralPartialEq for Transcode

sourceยง

impl StructuralPartialEq for ConstOp

sourceยง

impl StructuralPartialEq for EngineOrModuleTypeIndex

sourceยง

impl StructuralPartialEq for EntityIndex

sourceยง

impl StructuralPartialEq for wasmtime_environ::RelocationTarget

sourceยง

impl StructuralPartialEq for Trap

sourceยง

impl StructuralPartialEq for VMGcKind

sourceยง

impl StructuralPartialEq for WasmCompositeType

sourceยง

impl StructuralPartialEq for WasmHeapTopType

sourceยง

impl StructuralPartialEq for WasmHeapType

sourceยง

impl StructuralPartialEq for WasmStorageType

sourceยง

impl StructuralPartialEq for WasmValType

sourceยง

impl StructuralPartialEq for LibCall

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::AbstractHeapType

sourceยง

impl StructuralPartialEq for BlockType

sourceยง

impl StructuralPartialEq for CanonicalFunction

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::CanonicalOption

sourceยง

impl StructuralPartialEq for Catch

sourceยง

impl StructuralPartialEq for ComdatSymbolKind

sourceยง

impl StructuralPartialEq for ComponentExternalKind

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::ComponentOuterAliasKind

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::ComponentTypeRef

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::ComponentValType

sourceยง

impl StructuralPartialEq for CompositeInnerType

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::Encoding

sourceยง

impl StructuralPartialEq for ExternalKind

sourceยง

impl StructuralPartialEq for FrameKind

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::HeapType

sourceยง

impl StructuralPartialEq for InstantiationArgKind

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::Ordering

sourceยง

impl StructuralPartialEq for OuterAliasKind

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::PrimitiveValType

sourceยง

impl StructuralPartialEq for RelocAddendKind

sourceยง

impl StructuralPartialEq for RelocationType

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::StorageType

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::TagKind

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::TypeBounds

sourceยง

impl StructuralPartialEq for TypeRef

sourceยง

impl StructuralPartialEq for UnpackedIndex

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::ValType

sourceยง

impl StructuralPartialEq for AnyTypeId

sourceยง

impl StructuralPartialEq for ComponentAnyTypeId

sourceยง

impl StructuralPartialEq for ComponentCoreTypeId

sourceยง

impl StructuralPartialEq for AsciiChar

1.0.0 ยท sourceยง

impl StructuralPartialEq for wasmtime_environ::__core::cmp::Ordering

1.28.0 ยท sourceยง

impl StructuralPartialEq for wasmtime_environ::__core::fmt::Alignment

1.7.0 ยท sourceยง

impl StructuralPartialEq for IpAddr

sourceยง

impl StructuralPartialEq for Ipv6MulticastScope

1.0.0 ยท sourceยง

impl StructuralPartialEq for SocketAddr

1.0.0 ยท sourceยง

impl StructuralPartialEq for FpCategory

1.55.0 ยท sourceยง

impl StructuralPartialEq for IntErrorKind

sourceยง

impl StructuralPartialEq for SearchStep

1.0.0 ยท sourceยง

impl StructuralPartialEq for wasmtime_environ::__core::sync::atomic::Ordering

sourceยง

impl StructuralPartialEq for TryReserveErrorKind

1.65.0 ยท sourceยง

impl StructuralPartialEq for BacktraceStatus

1.0.0 ยท sourceยง

impl StructuralPartialEq for VarError

1.0.0 ยท sourceยง

impl StructuralPartialEq for SeekFrom

1.0.0 ยท sourceยง

impl StructuralPartialEq for ErrorKind

1.0.0 ยท sourceยง

impl StructuralPartialEq for Shutdown

sourceยง

impl StructuralPartialEq for BacktraceStyle

1.12.0 ยท sourceยง

impl StructuralPartialEq for RecvTimeoutError

1.0.0 ยท sourceยง

impl StructuralPartialEq for TryRecvError

sourceยง

impl StructuralPartialEq for _Unwind_Action

sourceยง

impl StructuralPartialEq for _Unwind_Reason_Code

sourceยง

impl StructuralPartialEq for bool

sourceยง

impl StructuralPartialEq for char

sourceยง

impl StructuralPartialEq for i8

sourceยง

impl StructuralPartialEq for i16

sourceยง

impl StructuralPartialEq for i32

sourceยง

impl StructuralPartialEq for i64

sourceยง

impl StructuralPartialEq for i128

sourceยง

impl StructuralPartialEq for isize

sourceยง

impl StructuralPartialEq for str

sourceยง

impl StructuralPartialEq for u8

sourceยง

impl StructuralPartialEq for u16

sourceยง

impl StructuralPartialEq for u32

sourceยง

impl StructuralPartialEq for u64

sourceยง

impl StructuralPartialEq for u128

sourceยง

impl StructuralPartialEq for ()

sourceยง

impl StructuralPartialEq for usize

sourceยง

impl StructuralPartialEq for CompoundBitSet

sourceยง

impl StructuralPartialEq for DebugTypeSignature

sourceยง

impl StructuralPartialEq for DwoId

sourceยง

impl StructuralPartialEq for gimli::common::Encoding

sourceยง

impl StructuralPartialEq for LineEncoding

sourceยง

impl StructuralPartialEq for Register

sourceยง

impl StructuralPartialEq for DwAccess

sourceยง

impl StructuralPartialEq for DwAddr

sourceยง

impl StructuralPartialEq for DwAt

sourceยง

impl StructuralPartialEq for DwAte

sourceยง

impl StructuralPartialEq for DwCc

sourceยง

impl StructuralPartialEq for DwCfa

sourceยง

impl StructuralPartialEq for DwChildren

sourceยง

impl StructuralPartialEq for DwDefaulted

sourceยง

impl StructuralPartialEq for DwDs

sourceยง

impl StructuralPartialEq for DwDsc

sourceยง

impl StructuralPartialEq for DwEhPe

sourceยง

impl StructuralPartialEq for DwEnd

sourceยง

impl StructuralPartialEq for DwForm

sourceยง

impl StructuralPartialEq for DwId

sourceยง

impl StructuralPartialEq for DwIdx

sourceยง

impl StructuralPartialEq for DwInl

sourceยง

impl StructuralPartialEq for DwLang

sourceยง

impl StructuralPartialEq for DwLle

sourceยง

impl StructuralPartialEq for DwLnct

sourceยง

impl StructuralPartialEq for DwLne

sourceยง

impl StructuralPartialEq for DwLns

sourceยง

impl StructuralPartialEq for DwMacro

sourceยง

impl StructuralPartialEq for DwOp

sourceยง

impl StructuralPartialEq for DwOrd

sourceยง

impl StructuralPartialEq for DwRle

sourceยง

impl StructuralPartialEq for DwSect

sourceยง

impl StructuralPartialEq for DwSectV2

sourceยง

impl StructuralPartialEq for DwTag

sourceยง

impl StructuralPartialEq for DwUt

sourceยง

impl StructuralPartialEq for DwVirtuality

sourceยง

impl StructuralPartialEq for DwVis

sourceยง

impl StructuralPartialEq for gimli::endianity::BigEndian

sourceยง

impl StructuralPartialEq for gimli::endianity::LittleEndian

sourceยง

impl StructuralPartialEq for Abbreviation

sourceยง

impl StructuralPartialEq for AttributeSpecification

sourceยง

impl StructuralPartialEq for ArangeEntry

sourceยง

impl StructuralPartialEq for Augmentation

sourceยง

impl StructuralPartialEq for BaseAddresses

sourceยง

impl StructuralPartialEq for SectionBaseAddresses

sourceยง

impl StructuralPartialEq for UnitIndexSection

sourceยง

impl StructuralPartialEq for FileEntryFormat

sourceยง

impl StructuralPartialEq for LineRow

sourceยง

impl StructuralPartialEq for ReaderOffsetId

sourceยง

impl StructuralPartialEq for gimli::read::rnglists::Range

sourceยง

impl StructuralPartialEq for StoreOnHeap

sourceยง

impl StructuralPartialEq for CieId

sourceยง

impl StructuralPartialEq for gimli::write::cfi::CommonInformationEntry

sourceยง

impl StructuralPartialEq for gimli::write::cfi::FrameDescriptionEntry

sourceยง

impl StructuralPartialEq for FileId

sourceยง

impl StructuralPartialEq for DirectoryId

sourceยง

impl StructuralPartialEq for FileInfo

sourceยง

impl StructuralPartialEq for LocationList

sourceยง

impl StructuralPartialEq for LocationListId

sourceยง

impl StructuralPartialEq for gimli::write::op::Expression

sourceยง

impl StructuralPartialEq for RangeList

sourceยง

impl StructuralPartialEq for RangeListId

sourceยง

impl StructuralPartialEq for Relocation

sourceยง

impl StructuralPartialEq for LineStringId

sourceยง

impl StructuralPartialEq for gimli::write::str::StringId

sourceยง

impl StructuralPartialEq for gimli::write::unit::Attribute

sourceยง

impl StructuralPartialEq for UnitEntryId

sourceยง

impl StructuralPartialEq for UnitId

sourceยง

impl StructuralPartialEq for indexmap::TryReserveError

sourceยง

impl StructuralPartialEq for ParseLevelError

sourceยง

impl StructuralPartialEq for object::endian::BigEndian

sourceยง

impl StructuralPartialEq for object::endian::LittleEndian

sourceยง

impl StructuralPartialEq for Guid

sourceยง

impl StructuralPartialEq for CompressedFileRange

sourceยง

impl StructuralPartialEq for object::read::Error

sourceยง

impl StructuralPartialEq for object::read::SectionIndex

sourceยง

impl StructuralPartialEq for object::read::SymbolIndex

sourceยง

impl StructuralPartialEq for Class

sourceยง

impl StructuralPartialEq for object::write::elf::writer::SectionIndex

sourceยง

impl StructuralPartialEq for object::write::elf::writer::SymbolIndex

sourceยง

impl StructuralPartialEq for object::write::string::StringId

sourceยง

impl StructuralPartialEq for ComdatId

sourceยง

impl StructuralPartialEq for object::write::Error

sourceยง

impl StructuralPartialEq for object::write::SectionId

sourceยง

impl StructuralPartialEq for SymbolId

sourceยง

impl StructuralPartialEq for BuildMetadata

sourceยง

impl StructuralPartialEq for Comparator

sourceยง

impl StructuralPartialEq for Prerelease

sourceยง

impl StructuralPartialEq for Version

sourceยง

impl StructuralPartialEq for VersionReq

sourceยง

impl StructuralPartialEq for IgnoredAny

sourceยง

impl StructuralPartialEq for serde::de::value::Error

sourceยง

impl StructuralPartialEq for DefaultToHost

sourceยง

impl StructuralPartialEq for DefaultToUnknown

sourceยง

impl StructuralPartialEq for Triple

sourceยง

impl StructuralPartialEq for ColorSpec

sourceยง

impl StructuralPartialEq for ParseColorError

sourceยง

impl StructuralPartialEq for Function

sourceยง

impl StructuralPartialEq for wasm_encoder::core::globals::GlobalType

sourceยง

impl StructuralPartialEq for wasm_encoder::core::memories::MemoryType

sourceยง

impl StructuralPartialEq for wasm_encoder::core::tables::TableType

sourceยง

impl StructuralPartialEq for wasm_encoder::core::tags::TagType

sourceยง

impl StructuralPartialEq for wasm_encoder::core::types::ArrayType

sourceยง

impl StructuralPartialEq for wasm_encoder::core::types::FieldType

sourceยง

impl StructuralPartialEq for wasm_encoder::core::types::FuncType

sourceยง

impl StructuralPartialEq for wasm_encoder::core::types::RefType

sourceยง

impl StructuralPartialEq for wasm_encoder::core::types::StructType

sourceยง

impl StructuralPartialEq for AdapterId

sourceยง

impl StructuralPartialEq for AdapterModuleId

sourceยง

impl StructuralPartialEq for CanonicalOptions

sourceยง

impl StructuralPartialEq for InstanceId

sourceยง

impl StructuralPartialEq for MemoryId

sourceยง

impl StructuralPartialEq for PostReturnId

sourceยง

impl StructuralPartialEq for ReallocId

sourceยง

impl StructuralPartialEq for Adapter

sourceยง

impl StructuralPartialEq for AdapterOptions

sourceยง

impl StructuralPartialEq for CanonicalAbiInfo

sourceยง

impl StructuralPartialEq for ComponentFuncIndex

sourceยง

impl StructuralPartialEq for ComponentIndex

sourceยง

impl StructuralPartialEq for ComponentInstanceIndex

sourceยง

impl StructuralPartialEq for ComponentTypeIndex

sourceยง

impl StructuralPartialEq for ComponentUpvarIndex

sourceยง

impl StructuralPartialEq for DefinedResourceIndex

sourceยง

impl StructuralPartialEq for ExportIndex

sourceยง

impl StructuralPartialEq for ImportIndex

sourceยง

impl StructuralPartialEq for LoweredIndex

sourceยง

impl StructuralPartialEq for ModuleIndex

sourceยง

impl StructuralPartialEq for ModuleInstanceIndex

sourceยง

impl StructuralPartialEq for ModuleUpvarIndex

sourceยง

impl StructuralPartialEq for RecordField

sourceยง

impl StructuralPartialEq for ResourceIndex

sourceยง

impl StructuralPartialEq for RuntimeComponentInstanceIndex

sourceยง

impl StructuralPartialEq for RuntimeImportIndex

sourceยง

impl StructuralPartialEq for RuntimeInstanceIndex

sourceยง

impl StructuralPartialEq for RuntimeMemoryIndex

sourceยง

impl StructuralPartialEq for RuntimePostReturnIndex

sourceยง

impl StructuralPartialEq for RuntimeReallocIndex

sourceยง

impl StructuralPartialEq for StaticComponentIndex

sourceยง

impl StructuralPartialEq for TrampolineIndex

sourceยง

impl StructuralPartialEq for TypeComponentIndex

sourceยง

impl StructuralPartialEq for TypeComponentInstanceIndex

sourceยง

impl StructuralPartialEq for TypeEnum

sourceยง

impl StructuralPartialEq for TypeEnumIndex

sourceยง

impl StructuralPartialEq for TypeFlags

sourceยง

impl StructuralPartialEq for TypeFlagsIndex

sourceยง

impl StructuralPartialEq for TypeFunc

sourceยง

impl StructuralPartialEq for TypeFuncIndex

sourceยง

impl StructuralPartialEq for TypeList

sourceยง

impl StructuralPartialEq for TypeListIndex

sourceยง

impl StructuralPartialEq for TypeModuleIndex

sourceยง

impl StructuralPartialEq for TypeOption

sourceยง

impl StructuralPartialEq for TypeOptionIndex

sourceยง

impl StructuralPartialEq for TypeRecord

sourceยง

impl StructuralPartialEq for TypeRecordIndex

sourceยง

impl StructuralPartialEq for TypeResourceTable

sourceยง

impl StructuralPartialEq for TypeResourceTableIndex

sourceยง

impl StructuralPartialEq for TypeResult

sourceยง

impl StructuralPartialEq for TypeResultIndex

sourceยง

impl StructuralPartialEq for TypeTuple

sourceยง

impl StructuralPartialEq for TypeTupleIndex

sourceยง

impl StructuralPartialEq for TypeVariant

sourceยง

impl StructuralPartialEq for TypeVariantIndex

sourceยง

impl StructuralPartialEq for VariantInfo

1.0.0 ยท sourceยง

impl StructuralPartialEq for String

sourceยง

impl StructuralPartialEq for BuiltinFunctionIndex

sourceยง

impl StructuralPartialEq for ConstExpr

sourceยง

impl StructuralPartialEq for DataIndex

sourceยง

impl StructuralPartialEq for DefinedFuncIndex

sourceยง

impl StructuralPartialEq for DefinedGlobalIndex

sourceยง

impl StructuralPartialEq for DefinedMemoryIndex

sourceยง

impl StructuralPartialEq for DefinedTableIndex

sourceยง

impl StructuralPartialEq for ElemIndex

sourceยง

impl StructuralPartialEq for EngineInternedRecGroupIndex

sourceยง

impl StructuralPartialEq for FilePos

sourceยง

impl StructuralPartialEq for FuncIndex

sourceยง

impl StructuralPartialEq for FuncRefIndex

sourceยง

impl StructuralPartialEq for Global

sourceยง

impl StructuralPartialEq for GlobalIndex

sourceยง

impl StructuralPartialEq for InstructionAddressMap

sourceยง

impl StructuralPartialEq for Memory

sourceยง

impl StructuralPartialEq for MemoryIndex

sourceยง

impl StructuralPartialEq for ModuleInternedRecGroupIndex

sourceยง

impl StructuralPartialEq for ModuleInternedTypeIndex

sourceยง

impl StructuralPartialEq for OwnedMemoryIndex

sourceยง

impl StructuralPartialEq for RecGroupRelativeTypeIndex

sourceยง

impl StructuralPartialEq for StaticModuleIndex

sourceยง

impl StructuralPartialEq for Table

sourceยง

impl StructuralPartialEq for TableIndex

sourceยง

impl StructuralPartialEq for Tag

sourceยง

impl StructuralPartialEq for TagIndex

sourceยง

impl StructuralPartialEq for TrapInformation

sourceยง

impl StructuralPartialEq for TypeIndex

sourceยง

impl StructuralPartialEq for VMSharedTypeIndex

sourceยง

impl StructuralPartialEq for WasmArrayType

sourceยง

impl StructuralPartialEq for WasmFieldType

sourceยง

impl StructuralPartialEq for WasmFuncType

sourceยง

impl StructuralPartialEq for WasmRecGroup

sourceยง

impl StructuralPartialEq for WasmRefType

sourceยง

impl StructuralPartialEq for WasmStructType

sourceยง

impl StructuralPartialEq for WasmSubType

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::ArrayType

sourceยง

impl StructuralPartialEq for CompositeType

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::FieldType

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::FuncType

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::GlobalType

sourceยง

impl StructuralPartialEq for Ieee32

sourceยง

impl StructuralPartialEq for Ieee64

sourceยง

impl StructuralPartialEq for MemArg

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::MemoryType

sourceยง

impl StructuralPartialEq for PackedIndex

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::RefType

sourceยง

impl StructuralPartialEq for RelocationEntry

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::SegmentFlags

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::StructType

sourceยง

impl StructuralPartialEq for SubType

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::SymbolFlags

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::TableType

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::TagType

sourceยง

impl StructuralPartialEq for TryTable

sourceยง

impl StructuralPartialEq for V128

sourceยง

impl StructuralPartialEq for ValidatorId

sourceยง

impl StructuralPartialEq for WasmFeatures

sourceยง

impl StructuralPartialEq for AliasableResourceId

sourceยง

impl StructuralPartialEq for ComponentCoreInstanceTypeId

sourceยง

impl StructuralPartialEq for ComponentCoreModuleTypeId

sourceยง

impl StructuralPartialEq for ComponentDefinedTypeId

sourceยง

impl StructuralPartialEq for ComponentFuncTypeId

sourceยง

impl StructuralPartialEq for ComponentInstanceTypeId

sourceยง

impl StructuralPartialEq for ComponentTypeId

sourceยง

impl StructuralPartialEq for ComponentValueTypeId

sourceยง

impl StructuralPartialEq for CoreTypeId

sourceยง

impl StructuralPartialEq for RecGroupId

sourceยง

impl StructuralPartialEq for ResourceId

sourceยง

impl StructuralPartialEq for wasmtime_environ::__core::alloc::AllocError

1.28.0 ยท sourceยง

impl StructuralPartialEq for Layout

1.50.0 ยท sourceยง

impl StructuralPartialEq for LayoutError

1.27.0 ยท sourceยง

impl StructuralPartialEq for CpuidResult

1.34.0 ยท sourceยง

impl StructuralPartialEq for CharTryFromError

1.9.0 ยท sourceยง

impl StructuralPartialEq for DecodeUtf16Error

1.20.0 ยท sourceยง

impl StructuralPartialEq for ParseCharError

1.59.0 ยท sourceยง

impl StructuralPartialEq for TryFromCharError

1.64.0 ยท sourceยง

impl StructuralPartialEq for CStr

1.69.0 ยท sourceยง

impl StructuralPartialEq for FromBytesUntilNulError

1.64.0 ยท sourceยง

impl StructuralPartialEq for FromBytesWithNulError

1.0.0 ยท sourceยง

impl StructuralPartialEq for wasmtime_environ::__core::fmt::Error

sourceยง

impl StructuralPartialEq for Assume

1.0.0 ยท sourceยง

impl StructuralPartialEq for AddrParseError

1.0.0 ยท sourceยง

impl StructuralPartialEq for Ipv4Addr

1.0.0 ยท sourceยง

impl StructuralPartialEq for Ipv6Addr

1.0.0 ยท sourceยง

impl StructuralPartialEq for SocketAddrV4

1.0.0 ยท sourceยง

impl StructuralPartialEq for SocketAddrV6

1.0.0 ยท sourceยง

impl StructuralPartialEq for ParseFloatError

1.0.0 ยท sourceยง

impl StructuralPartialEq for ParseIntError

1.34.0 ยท sourceยง

impl StructuralPartialEq for TryFromIntError

sourceยง

impl StructuralPartialEq for wasmtime_environ::__core::ptr::Alignment

1.0.0 ยท sourceยง

impl StructuralPartialEq for RangeFull

1.0.0 ยท sourceยง

impl StructuralPartialEq for ParseBoolError

1.0.0 ยท sourceยง

impl StructuralPartialEq for Utf8Error

1.36.0 ยท sourceยง

impl StructuralPartialEq for RawWaker

1.36.0 ยท sourceยง

impl StructuralPartialEq for RawWakerVTable

1.3.0 ยท sourceยง

impl StructuralPartialEq for Duration

1.66.0 ยท sourceยง

impl StructuralPartialEq for TryFromFloatSecsError

sourceยง

impl StructuralPartialEq for UnorderedKeyError

1.57.0 ยท sourceยง

impl StructuralPartialEq for alloc::collections::TryReserveError

1.64.0 ยท sourceยง

impl StructuralPartialEq for CString

1.64.0 ยท sourceยง

impl StructuralPartialEq for FromVecWithNulError

1.64.0 ยท sourceยง

impl StructuralPartialEq for IntoStringError

1.64.0 ยท sourceยง

impl StructuralPartialEq for NulError

1.0.0 ยท sourceยง

impl StructuralPartialEq for FromUtf8Error

1.1.0 ยท sourceยง

impl StructuralPartialEq for FileType

1.0.0 ยท sourceยง

impl StructuralPartialEq for Permissions

sourceยง

impl StructuralPartialEq for UCred

1.7.0 ยท sourceยง

impl StructuralPartialEq for StripPrefixError

1.0.0 ยท sourceยง

impl StructuralPartialEq for ExitStatus

sourceยง

impl StructuralPartialEq for ExitStatusError

1.0.0 ยท sourceยง

impl StructuralPartialEq for Output

1.5.0 ยท sourceยง

impl StructuralPartialEq for WaitTimeoutResult

1.0.0 ยท sourceยง

impl StructuralPartialEq for RecvError

1.26.0 ยท sourceยง

impl StructuralPartialEq for AccessError

1.19.0 ยท sourceยง

impl StructuralPartialEq for ThreadId

1.8.0 ยท sourceยง

impl StructuralPartialEq for Instant

1.8.0 ยท sourceยง

impl StructuralPartialEq for SystemTime

1.33.0 ยท sourceยง

impl StructuralPartialEq for PhantomPinned

ยง

impl StructuralPartialEq for AllocError

sourceยง

impl<'a> StructuralPartialEq for Unexpected<'a>

sourceยง

impl<'a> StructuralPartialEq for FlagValue<'a>

sourceยง

impl<'a> StructuralPartialEq for ComponentAlias<'a>

sourceยง

impl<'a> StructuralPartialEq for ComponentDefinedType<'a>

sourceยง

impl<'a> StructuralPartialEq for ComponentFuncResult<'a>

sourceยง

impl<'a> StructuralPartialEq for ComponentInstance<'a>

sourceยง

impl<'a> StructuralPartialEq for ComponentType<'a>

sourceยง

impl<'a> StructuralPartialEq for ComponentTypeDeclaration<'a>

sourceยง

impl<'a> StructuralPartialEq for CoreType<'a>

sourceยง

impl<'a> StructuralPartialEq for Instance<'a>

sourceยง

impl<'a> StructuralPartialEq for InstanceTypeDeclaration<'a>

sourceยง

impl<'a> StructuralPartialEq for ModuleTypeDeclaration<'a>

sourceยง

impl<'a> StructuralPartialEq for Operator<'a>

1.0.0 ยท sourceยง

impl<'a> StructuralPartialEq for Component<'a>

1.0.0 ยท sourceยง

impl<'a> StructuralPartialEq for Prefix<'a>

sourceยง

impl<'a> StructuralPartialEq for Metadata<'a>

sourceยง

impl<'a> StructuralPartialEq for MetadataBuilder<'a>

sourceยง

impl<'a> StructuralPartialEq for DependencyName<'a>

sourceยง

impl<'a> StructuralPartialEq for HashName<'a>

sourceยง

impl<'a> StructuralPartialEq for InterfaceName<'a>

sourceยง

impl<'a> StructuralPartialEq for ResourceFunc<'a>

sourceยง

impl<'a> StructuralPartialEq for UrlName<'a>

sourceยง

impl<'a> StructuralPartialEq for ComponentExport<'a>

sourceยง

impl<'a> StructuralPartialEq for ComponentExportName<'a>

sourceยง

impl<'a> StructuralPartialEq for ComponentFuncType<'a>

sourceยง

impl<'a> StructuralPartialEq for ComponentImport<'a>

sourceยง

impl<'a> StructuralPartialEq for ComponentImportName<'a>

sourceยง

impl<'a> StructuralPartialEq for ComponentInstantiationArg<'a>

sourceยง

impl<'a> StructuralPartialEq for wasmtime_environ::wasmparser::Export<'a>

sourceยง

impl<'a> StructuralPartialEq for wasmtime_environ::wasmparser::Import<'a>

sourceยง

impl<'a> StructuralPartialEq for InstantiationArg<'a>

sourceยง

impl<'a> StructuralPartialEq for VariantCase<'a>

1.10.0 ยท sourceยง

impl<'a> StructuralPartialEq for wasmtime_environ::__core::panic::Location<'a>

1.79.0 ยท sourceยง

impl<'a> StructuralPartialEq for Utf8Chunk<'a>

sourceยง

impl<'bases, Section, R> StructuralPartialEq for CieOrFde<'bases, Section, R>
where R: Reader, Section: UnwindSection<R>,

sourceยง

impl<'bases, Section, R> StructuralPartialEq for PartialFrameDescriptionEntry<'bases, Section, R>
where R: Reader, Section: UnwindSection<R>,

sourceยง

impl<'data> StructuralPartialEq for ImportName<'data>

sourceยง

impl<'data> StructuralPartialEq for CodeView<'data>

sourceยง

impl<'data> StructuralPartialEq for CompressedData<'data>

sourceยง

impl<'data> StructuralPartialEq for object::read::Export<'data>

sourceยง

impl<'data> StructuralPartialEq for object::read::Import<'data>

sourceยง

impl<'data> StructuralPartialEq for ObjectMapEntry<'data>

sourceยง

impl<'data> StructuralPartialEq for ObjectMapFile<'data>

sourceยง

impl<'data> StructuralPartialEq for SymbolMapName<'data>

sourceยง

impl<'data> StructuralPartialEq for Bytes<'data>

sourceยง

impl<'input, Endian> StructuralPartialEq for EndianSlice<'input, Endian>
where Endian: Endianity,

1.55.0 ยท sourceยง

impl<B, C> StructuralPartialEq for ControlFlow<B, C>

sourceยง

impl<E> StructuralPartialEq for object::endian::aligned::I16<E>
where E: Endian,

sourceยง

impl<E> StructuralPartialEq for object::endian::aligned::I32<E>
where E: Endian,

sourceยง

impl<E> StructuralPartialEq for object::endian::aligned::I64<E>
where E: Endian,

sourceยง

impl<E> StructuralPartialEq for object::endian::aligned::U16<E>
where E: Endian,

sourceยง

impl<E> StructuralPartialEq for object::endian::aligned::U32<E>
where E: Endian,

sourceยง

impl<E> StructuralPartialEq for object::endian::aligned::U64<E>
where E: Endian,

sourceยง

impl<E> StructuralPartialEq for I16Bytes<E>
where E: Endian,

sourceยง

impl<E> StructuralPartialEq for I32Bytes<E>
where E: Endian,

sourceยง

impl<E> StructuralPartialEq for I64Bytes<E>
where E: Endian,

sourceยง

impl<E> StructuralPartialEq for U16Bytes<E>
where E: Endian,

sourceยง

impl<E> StructuralPartialEq for U32Bytes<E>
where E: Endian,

sourceยง

impl<E> StructuralPartialEq for U64Bytes<E>
where E: Endian,

1.0.0 ยท sourceยง

impl<Idx> StructuralPartialEq for wasmtime_environ::__core::range::legacy::Range<Idx>

1.0.0 ยท sourceยง

impl<Idx> StructuralPartialEq for wasmtime_environ::__core::range::legacy::RangeFrom<Idx>

1.26.0 ยท sourceยง

impl<Idx> StructuralPartialEq for wasmtime_environ::__core::range::legacy::RangeInclusive<Idx>

sourceยง

impl<Idx> StructuralPartialEq for wasmtime_environ::__core::range::Range<Idx>

sourceยง

impl<Idx> StructuralPartialEq for wasmtime_environ::__core::range::RangeFrom<Idx>

sourceยง

impl<Idx> StructuralPartialEq for wasmtime_environ::__core::range::RangeInclusive<Idx>

1.0.0 ยท sourceยง

impl<Idx> StructuralPartialEq for RangeTo<Idx>

1.26.0 ยท sourceยง

impl<Idx> StructuralPartialEq for RangeToInclusive<Idx>

sourceยง

impl<K, V> StructuralPartialEq for PrimaryMap<K, V>
where K: EntityRef,

sourceยง

impl<O> StructuralPartialEq for F32<O>

sourceยง

impl<O> StructuralPartialEq for F64<O>

sourceยง

impl<O> StructuralPartialEq for zerocopy::byteorder::I16<O>

sourceยง

impl<O> StructuralPartialEq for zerocopy::byteorder::I32<O>

sourceยง

impl<O> StructuralPartialEq for zerocopy::byteorder::I64<O>

sourceยง

impl<O> StructuralPartialEq for I128<O>

sourceยง

impl<O> StructuralPartialEq for zerocopy::byteorder::U16<O>

sourceยง

impl<O> StructuralPartialEq for zerocopy::byteorder::U32<O>

sourceยง

impl<O> StructuralPartialEq for zerocopy::byteorder::U64<O>

sourceยง

impl<O> StructuralPartialEq for U128<O>

sourceยง

impl<Offset> StructuralPartialEq for UnitType<Offset>
where Offset: ReaderOffset,

sourceยง

impl<R> StructuralPartialEq for EvaluationResult<R>
where R: Reader,

sourceยง

impl<R> StructuralPartialEq for DebugFrame<R>
where R: Reader,

sourceยง

impl<R> StructuralPartialEq for EhFrame<R>
where R: Reader,

sourceยง

impl<R> StructuralPartialEq for EhFrameHdr<R>
where R: Reader,

sourceยง

impl<R> StructuralPartialEq for LocationListEntry<R>
where R: Reader,

sourceยง

impl<R> StructuralPartialEq for gimli::read::op::Expression<R>
where R: Reader,

sourceยง

impl<R> StructuralPartialEq for gimli::read::unit::Attribute<R>
where R: Reader,

sourceยง

impl<R, Offset> StructuralPartialEq for LineInstruction<R, Offset>
where R: Reader<Offset = Offset>, Offset: ReaderOffset,

sourceยง

impl<R, Offset> StructuralPartialEq for gimli::read::op::Location<R, Offset>
where R: Reader<Offset = Offset>, Offset: ReaderOffset,

sourceยง

impl<R, Offset> StructuralPartialEq for Operation<R, Offset>
where R: Reader<Offset = Offset>, Offset: ReaderOffset,

sourceยง

impl<R, Offset> StructuralPartialEq for gimli::read::unit::AttributeValue<R, Offset>
where R: Reader<Offset = Offset>, Offset: ReaderOffset,

sourceยง

impl<R, Offset> StructuralPartialEq for ArangeHeader<R, Offset>
where R: Reader<Offset = Offset>, Offset: ReaderOffset,

sourceยง

impl<R, Offset> StructuralPartialEq for gimli::read::cfi::CommonInformationEntry<R, Offset>
where R: Reader<Offset = Offset>, Offset: ReaderOffset,

sourceยง

impl<R, Offset> StructuralPartialEq for gimli::read::cfi::FrameDescriptionEntry<R, Offset>
where R: Reader<Offset = Offset>, Offset: ReaderOffset,

sourceยง

impl<R, Offset> StructuralPartialEq for CompleteLineProgram<R, Offset>
where R: Reader<Offset = Offset>, Offset: ReaderOffset,

sourceยง

impl<R, Offset> StructuralPartialEq for FileEntry<R, Offset>
where R: Reader<Offset = Offset>, Offset: ReaderOffset,

sourceยง

impl<R, Offset> StructuralPartialEq for IncompleteLineProgram<R, Offset>
where R: Reader<Offset = Offset>, Offset: ReaderOffset,

sourceยง

impl<R, Offset> StructuralPartialEq for LineProgramHeader<R, Offset>
where R: Reader<Offset = Offset>, Offset: ReaderOffset,

sourceยง

impl<R, Offset> StructuralPartialEq for Piece<R, Offset>
where R: Reader<Offset = Offset>, Offset: ReaderOffset,

sourceยง

impl<R, Offset> StructuralPartialEq for UnitHeader<R, Offset>
where R: Reader<Offset = Offset>, Offset: ReaderOffset,

sourceยง

impl<Section, Symbol> StructuralPartialEq for object::common::SymbolFlags<Section, Symbol>

sourceยง

impl<T> StructuralPartialEq for UnitSectionOffset<T>

sourceยง

impl<T> StructuralPartialEq for gimli::read::cfi::CallFrameInstruction<T>
where T: ReaderOffset,

sourceยง

impl<T> StructuralPartialEq for CfaRule<T>
where T: ReaderOffset,

sourceยง

impl<T> StructuralPartialEq for RegisterRule<T>
where T: ReaderOffset,

sourceยง

impl<T> StructuralPartialEq for DieReference<T>

sourceยง

impl<T> StructuralPartialEq for ExportItem<T>

1.0.0 ยท sourceยง

impl<T> StructuralPartialEq for Option<T>

1.17.0 ยท sourceยง

impl<T> StructuralPartialEq for Bound<T>

1.36.0 ยท sourceยง

impl<T> StructuralPartialEq for Poll<T>

1.0.0 ยท sourceยง

impl<T> StructuralPartialEq for TrySendError<T>

sourceยง

impl<T> StructuralPartialEq for &T
where T: ?Sized,

sourceยง

impl<T> StructuralPartialEq for [T]

sourceยง

impl<T> StructuralPartialEq for (Tโ‚, Tโ‚‚, โ€ฆ, Tโ‚™)

This trait is implemented for tuples up to twelve items long.

sourceยง

impl<T> StructuralPartialEq for ScalarBitSet<T>

sourceยง

impl<T> StructuralPartialEq for DebugAbbrevOffset<T>

sourceยง

impl<T> StructuralPartialEq for DebugAddrBase<T>

sourceยง

impl<T> StructuralPartialEq for DebugAddrIndex<T>

sourceยง

impl<T> StructuralPartialEq for DebugArangesOffset<T>

sourceยง

impl<T> StructuralPartialEq for DebugFrameOffset<T>

sourceยง

impl<T> StructuralPartialEq for DebugInfoOffset<T>

sourceยง

impl<T> StructuralPartialEq for DebugLineOffset<T>

sourceยง

impl<T> StructuralPartialEq for DebugLineStrOffset<T>

sourceยง

impl<T> StructuralPartialEq for DebugLocListsBase<T>

sourceยง

impl<T> StructuralPartialEq for DebugLocListsIndex<T>

sourceยง

impl<T> StructuralPartialEq for DebugMacinfoOffset<T>

sourceยง

impl<T> StructuralPartialEq for DebugMacroOffset<T>

sourceยง

impl<T> StructuralPartialEq for DebugRngListsBase<T>

sourceยง

impl<T> StructuralPartialEq for DebugRngListsIndex<T>

sourceยง

impl<T> StructuralPartialEq for DebugStrOffset<T>

sourceยง

impl<T> StructuralPartialEq for DebugStrOffsetsBase<T>

sourceยง

impl<T> StructuralPartialEq for DebugStrOffsetsIndex<T>

sourceยง

impl<T> StructuralPartialEq for DebugTypesOffset<T>

sourceยง

impl<T> StructuralPartialEq for EhFrameOffset<T>

sourceยง

impl<T> StructuralPartialEq for LocationListsOffset<T>

sourceยง

impl<T> StructuralPartialEq for RangeListsOffset<T>

sourceยง

impl<T> StructuralPartialEq for RawRangeListsOffset<T>

sourceยง

impl<T> StructuralPartialEq for UnwindExpression<T>
where T: ReaderOffset,

sourceยง

impl<T> StructuralPartialEq for UnitOffset<T>

sourceยง

impl<T> StructuralPartialEq for wasmtime_environ::component::dfg::CoreExport<T>

sourceยง

impl<T> StructuralPartialEq for wasmtime_environ::component::CoreExport<T>

sourceยง

impl<T> StructuralPartialEq for PackedOption<T>
where T: ReservedValue,

sourceยง

impl<T> StructuralPartialEq for EntityList<T>

1.19.0 ยท sourceยง

impl<T> StructuralPartialEq for Reverse<T>

1.20.0 ยท sourceยง

impl<T> StructuralPartialEq for ManuallyDrop<T>
where T: ?Sized,

sourceยง

impl<T> StructuralPartialEq for NonZero<T>

1.74.0 ยท sourceยง

impl<T> StructuralPartialEq for Saturating<T>

1.0.0 ยท sourceยง

impl<T> StructuralPartialEq for Wrapping<T>

1.0.0 ยท sourceยง

impl<T> StructuralPartialEq for Cursor<T>

1.0.0 ยท sourceยง

impl<T> StructuralPartialEq for SendError<T>

sourceยง

impl<T> StructuralPartialEq for PhantomData<T>
where T: ?Sized,

sourceยง

impl<T, A> StructuralPartialEq for UnwindContext<T, A>

1.0.0 ยท sourceยง

impl<T, E> StructuralPartialEq for Result<T, E>

sourceยง

impl<T, S> StructuralPartialEq for UnwindTableRow<T, S>

sourceยง

impl<T, const N: usize> StructuralPartialEq for [T; N]

sourceยง

impl<Y, R> StructuralPartialEq for CoroutineState<Y, R>