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 hashbrown::TryReserveError

sourceยง

impl StructuralPartialEq for log::Level

sourceยง

impl StructuralPartialEq for LevelFilter

sourceยง

impl StructuralPartialEq for CDataModel

sourceยง

impl StructuralPartialEq for Size

sourceยง

impl StructuralPartialEq for target_lexicon::parse_error::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 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 BidiClass

sourceยง

impl StructuralPartialEq for Direction

sourceยง

impl StructuralPartialEq for unicode_bidi::level::Error

sourceยง

impl StructuralPartialEq for IsNormalized

sourceยง

impl StructuralPartialEq for Origin

sourceยง

impl StructuralPartialEq for url::parser::ParseError

sourceยง

impl StructuralPartialEq for SyntaxViolation

sourceยง

impl StructuralPartialEq for EntityIndex

sourceยง

impl StructuralPartialEq for FlagValue

sourceยง

impl StructuralPartialEq for GlobalInit

sourceยง

impl StructuralPartialEq for Trap

sourceยง

impl StructuralPartialEq for WasmType

sourceยง

impl StructuralPartialEq for BlockType

sourceยง

impl StructuralPartialEq for CanonicalOption

sourceยง

impl StructuralPartialEq for ComponentExternalKind

sourceยง

impl StructuralPartialEq for ComponentOuterAliasKind

sourceยง

impl StructuralPartialEq for ComponentTypeRef

sourceยง

impl StructuralPartialEq for ComponentValType

sourceยง

impl StructuralPartialEq for wasmtime_environ::wasmparser::Encoding

sourceยง

impl StructuralPartialEq for ExternalKind

sourceยง

impl StructuralPartialEq for FrameKind

sourceยง

impl StructuralPartialEq for HeapType

sourceยง

impl StructuralPartialEq for InstantiationArgKind

sourceยง

impl StructuralPartialEq for OuterAliasKind

sourceยง

impl StructuralPartialEq for PrimitiveValType

sourceยง

impl StructuralPartialEq for TypeBounds

sourceยง

impl StructuralPartialEq for ValType

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 ParseLevelError

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 unicode_bidi::level::Level

sourceยง

impl StructuralPartialEq for ParagraphInfo

sourceยง

impl StructuralPartialEq for OpaqueOrigin

sourceยง

impl StructuralPartialEq for AnyfuncIndex

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 FilePos

sourceยง

impl StructuralPartialEq for FuncIndex

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 OwnedMemoryIndex

sourceยง

impl StructuralPartialEq for SignatureIndex

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 WasmFuncType

sourceยง

impl StructuralPartialEq for FuncType

sourceยง

impl StructuralPartialEq for GlobalType

sourceยง

impl StructuralPartialEq for Ieee32

sourceยง

impl StructuralPartialEq for Ieee64

sourceยง

impl StructuralPartialEq for MemoryType

sourceยง

impl StructuralPartialEq for PackedIndex

sourceยง

impl StructuralPartialEq for RefType

sourceยง

impl StructuralPartialEq for TableType

sourceยง

impl StructuralPartialEq for V128

sourceยง

impl StructuralPartialEq for TypeId

sourceยง

impl StructuralPartialEq for 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.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.0.0 ยท sourceยง

impl StructuralPartialEq for String

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 Abbreviation

ยง

impl StructuralPartialEq for Address

ยง

impl StructuralPartialEq for AddressSize

ยง

impl StructuralPartialEq for ArangeEntry

ยง

impl StructuralPartialEq for Architecture

ยง

impl StructuralPartialEq for Attribute

ยง

impl StructuralPartialEq for AttributeSpecification

ยง

impl StructuralPartialEq for AttributeValue

ยง

impl StructuralPartialEq for Augmentation

ยง

impl StructuralPartialEq for BaseAddresses

ยง

impl StructuralPartialEq for BigEndian

ยง

impl StructuralPartialEq for BigEndian

ยง

impl StructuralPartialEq for BinaryFormat

ยง

impl StructuralPartialEq for CallFrameInstruction

ยง

impl StructuralPartialEq for CieId

ยง

impl StructuralPartialEq for CoffExportStyle

ยง

impl StructuralPartialEq for ColumnType

ยง

impl StructuralPartialEq for ComdatId

ยง

impl StructuralPartialEq for ComdatKind

ยง

impl StructuralPartialEq for CommonInformationEntry

ยง

impl StructuralPartialEq for CompressedFileRange

ยง

impl StructuralPartialEq for CompressionFormat

ยง

impl StructuralPartialEq for ConvertError

ยง

impl StructuralPartialEq for DebugTypeSignature

ยง

impl StructuralPartialEq for DirectoryId

ยง

impl StructuralPartialEq for DwAccess

ยง

impl StructuralPartialEq for DwAddr

ยง

impl StructuralPartialEq for DwAt

ยง

impl StructuralPartialEq for DwAte

ยง

impl StructuralPartialEq for DwCc

ยง

impl StructuralPartialEq for DwCfa

ยง

impl StructuralPartialEq for DwChildren

ยง

impl StructuralPartialEq for DwDefaulted

ยง

impl StructuralPartialEq for DwDs

ยง

impl StructuralPartialEq for DwDsc

ยง

impl StructuralPartialEq for DwEhPe

ยง

impl StructuralPartialEq for DwEnd

ยง

impl StructuralPartialEq for DwForm

ยง

impl StructuralPartialEq for DwId

ยง

impl StructuralPartialEq for DwIdx

ยง

impl StructuralPartialEq for DwInl

ยง

impl StructuralPartialEq for DwLang

ยง

impl StructuralPartialEq for DwLle

ยง

impl StructuralPartialEq for DwLnct

ยง

impl StructuralPartialEq for DwLne

ยง

impl StructuralPartialEq for DwLns

ยง

impl StructuralPartialEq for DwMacro

ยง

impl StructuralPartialEq for DwOp

ยง

impl StructuralPartialEq for DwOrd

ยง

impl StructuralPartialEq for DwRle

ยง

impl StructuralPartialEq for DwSect

ยง

impl StructuralPartialEq for DwSectV2

ยง

impl StructuralPartialEq for DwTag

ยง

impl StructuralPartialEq for DwUt

ยง

impl StructuralPartialEq for DwVirtuality

ยง

impl StructuralPartialEq for DwVis

ยง

impl StructuralPartialEq for DwarfFileType

ยง

impl StructuralPartialEq for DwoId

ยง

impl StructuralPartialEq for Encoding

ยง

impl StructuralPartialEq for Endianness

ยง

impl StructuralPartialEq for Error

ยง

impl StructuralPartialEq for Error

ยง

impl StructuralPartialEq for Error

ยง

impl StructuralPartialEq for Error

ยง

impl StructuralPartialEq for Expression

ยง

impl StructuralPartialEq for FileEntryFormat

ยง

impl StructuralPartialEq for FileFlags

ยง

impl StructuralPartialEq for FileId

ยง

impl StructuralPartialEq for FileInfo

ยง

impl StructuralPartialEq for FileKind

ยง

impl StructuralPartialEq for Format

ยง

impl StructuralPartialEq for FrameDescriptionEntry

ยง

impl StructuralPartialEq for LineEncoding

ยง

impl StructuralPartialEq for LineRow

ยง

impl StructuralPartialEq for LineString

ยง

impl StructuralPartialEq for LineStringId

ยง

impl StructuralPartialEq for LittleEndian

ยง

impl StructuralPartialEq for LittleEndian

ยง

impl StructuralPartialEq for Location

ยง

impl StructuralPartialEq for LocationList

ยง

impl StructuralPartialEq for LocationListId

ยง

impl StructuralPartialEq for Mangling

ยง

impl StructuralPartialEq for ObjectKind

ยง

impl StructuralPartialEq for Pointer

ยง

impl StructuralPartialEq for Range

ยง

impl StructuralPartialEq for Range

ยง

impl StructuralPartialEq for RangeList

ยง

impl StructuralPartialEq for RangeListId

ยง

impl StructuralPartialEq for ReaderOffsetId

ยง

impl StructuralPartialEq for Reference

ยง

impl StructuralPartialEq for Register

ยง

impl StructuralPartialEq for RelocationEncoding

ยง

impl StructuralPartialEq for RelocationKind

ยง

impl StructuralPartialEq for RelocationTarget

ยง

impl StructuralPartialEq for RunTimeEndian

ยง

impl StructuralPartialEq for SectionBaseAddresses

ยง

impl StructuralPartialEq for SectionFlags

ยง

impl StructuralPartialEq for SectionId

ยง

impl StructuralPartialEq for SectionId

ยง

impl StructuralPartialEq for SectionIndex

ยง

impl StructuralPartialEq for SectionIndex

ยง

impl StructuralPartialEq for SectionKind

ยง

impl StructuralPartialEq for SegmentFlags

ยง

impl StructuralPartialEq for StandardSection

ยง

impl StructuralPartialEq for StandardSegment

ยง

impl StructuralPartialEq for StoreOnHeap

ยง

impl StructuralPartialEq for StringId

ยง

impl StructuralPartialEq for StringId

ยง

impl StructuralPartialEq for SymbolId

ยง

impl StructuralPartialEq for SymbolIndex

ยง

impl StructuralPartialEq for SymbolIndex

ยง

impl StructuralPartialEq for SymbolKind

ยง

impl StructuralPartialEq for SymbolScope

ยง

impl StructuralPartialEq for SymbolSection

ยง

impl StructuralPartialEq for SymbolSection

ยง

impl StructuralPartialEq for UnitEntryId

ยง

impl StructuralPartialEq for UnitId

ยง

impl StructuralPartialEq for UnitIndexSection

ยง

impl StructuralPartialEq for Value

ยง

impl StructuralPartialEq for ValueType

sourceยง

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

sourceยง

impl<'a> StructuralPartialEq for ComponentDefinedType<'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 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>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'data> StructuralPartialEq for Export<'data>

ยง

impl<'data> StructuralPartialEq for Import<'data>

ยง

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

ยง

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

ยง

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

sourceยง

impl<'text> StructuralPartialEq for unicode_bidi::BidiInfo<'text>

sourceยง

impl<'text> StructuralPartialEq for unicode_bidi::InitialInfo<'text>

sourceยง

impl<'text> StructuralPartialEq for unicode_bidi::ParagraphBidiInfo<'text>

sourceยง

impl<'text> StructuralPartialEq for unicode_bidi::utf16::BidiInfo<'text>

sourceยง

impl<'text> StructuralPartialEq for unicode_bidi::utf16::InitialInfo<'text>

sourceยง

impl<'text> StructuralPartialEq for unicode_bidi::utf16::ParagraphBidiInfo<'text>

1.55.0 ยท sourceยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<R, A> StructuralPartialEq for UnwindContext<R, A>
where R: Reader, A: UnwindContextStorage<R>,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<R, S> StructuralPartialEq for UnwindTableRow<R, S>
where R: Reader, S: UnwindContextStorage<R>,

ยง

impl<Section> StructuralPartialEq for SymbolFlags<Section>

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 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,

ยง

impl<T> StructuralPartialEq for DebugAbbrevOffset<T>

ยง

impl<T> StructuralPartialEq for DebugAddrBase<T>

ยง

impl<T> StructuralPartialEq for DebugAddrIndex<T>

ยง

impl<T> StructuralPartialEq for DebugArangesOffset<T>

ยง

impl<T> StructuralPartialEq for DebugFrameOffset<T>

ยง

impl<T> StructuralPartialEq for DebugInfoOffset<T>

ยง

impl<T> StructuralPartialEq for DebugLineOffset<T>

ยง

impl<T> StructuralPartialEq for DebugLineStrOffset<T>

ยง

impl<T> StructuralPartialEq for DebugLocListsBase<T>

ยง

impl<T> StructuralPartialEq for DebugLocListsIndex<T>

ยง

impl<T> StructuralPartialEq for DebugMacinfoOffset<T>

ยง

impl<T> StructuralPartialEq for DebugMacroOffset<T>

ยง

impl<T> StructuralPartialEq for DebugRngListsBase<T>

ยง

impl<T> StructuralPartialEq for DebugRngListsIndex<T>

ยง

impl<T> StructuralPartialEq for DebugStrOffset<T>

ยง

impl<T> StructuralPartialEq for DebugStrOffsetsBase<T>

ยง

impl<T> StructuralPartialEq for DebugStrOffsetsIndex<T>

ยง

impl<T> StructuralPartialEq for DebugTypesOffset<T>

ยง

impl<T> StructuralPartialEq for DieReference<T>

ยง

impl<T> StructuralPartialEq for EhFrameOffset<T>

ยง

impl<T> StructuralPartialEq for LocationListsOffset<T>

ยง

impl<T> StructuralPartialEq for RangeListsOffset<T>

ยง

impl<T> StructuralPartialEq for RawRangeListsOffset<T>

ยง

impl<T> StructuralPartialEq for UnitOffset<T>

ยง

impl<T> StructuralPartialEq for UnitSectionOffset<T>

1.0.0 ยท sourceยง

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

sourceยง

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

sourceยง

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