Trait StructuralPartialEq

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

Required trait for constants used in pattern matches.

Constants are only allowed as patterns if (a) their type implements PartialEq, and (b) interpreting the value of the constant as a pattern is equivalent to calling PartialEq. This ensures that constants used as patterns cannot expose implementation details in an unexpected way or cause semver hazards.

This trait ensures point (b). Any type that derives PartialEq automatically implements this trait.

Implementing this trait (which is unstable) is a way for type authors to explicitly allow comparing const values of this type; that operation will recursively compare all fields (including private fields), even if that behavior differs from PartialEq. This can make it semver-breaking to add further private fields to a type.

Implementorsยง

Sourceยง

impl StructuralPartialEq for AddressBech32DecodeError

Sourceยง

impl StructuralPartialEq for AddressBech32EncodeError

Sourceยง

impl StructuralPartialEq for AlwaysVisibleGlobalNodesVersion

Sourceยง

impl StructuralPartialEq for ParseBlsPublicKeyError

Sourceยง

impl StructuralPartialEq for ParseBlsSignatureError

Sourceยง

impl StructuralPartialEq for ParseEd25519PublicKeyError

Sourceยง

impl StructuralPartialEq for ParseEd25519SignatureError

Sourceยง

impl StructuralPartialEq for ParseHashError

Sourceยง

impl StructuralPartialEq for ParseSecp256k1PublicKeyError

Sourceยง

impl StructuralPartialEq for ParseSecp256k1SignatureError

Sourceยง

impl StructuralPartialEq for PublicKey

Sourceยง

impl StructuralPartialEq for PublicKeyHash

Sourceยง

impl StructuralPartialEq for ManifestCustomExtension

Sourceยง

impl StructuralPartialEq for ManifestCustomTraversal

Sourceยง

impl StructuralPartialEq for ManifestCustomValue

Sourceยง

impl StructuralPartialEq for ManifestCustomValueKind

Sourceยง

impl StructuralPartialEq for ManifestToRustValueError

Sourceยง

impl StructuralPartialEq for RustToManifestValueError

Sourceยง

impl StructuralPartialEq for AllowedIds

Sourceยง

impl StructuralPartialEq for LowerBound

Sourceยง

impl StructuralPartialEq for ManifestAddress

Sourceยง

impl StructuralPartialEq for ManifestBucketBatch

Sourceยง

impl StructuralPartialEq for ManifestComponentAddress

Sourceยง

impl StructuralPartialEq for ManifestExpression

Sourceยง

impl StructuralPartialEq for ManifestGlobalAddress

Sourceยง

impl StructuralPartialEq for ManifestNonFungibleLocalId

Sourceยง

impl StructuralPartialEq for ManifestNonFungibleLocalIdValidationError

Sourceยง

impl StructuralPartialEq for ManifestPackageAddress

Sourceยง

impl StructuralPartialEq for ManifestProofBatch

Sourceยง

impl StructuralPartialEq for ManifestResourceAddress

Sourceยง

impl StructuralPartialEq for ManifestResourceConstraint

Sourceยง

impl StructuralPartialEq for ParseManifestAddressReservationError

Sourceยง

impl StructuralPartialEq for ParseManifestBlobRefError

Sourceยง

impl StructuralPartialEq for ParseManifestBucketError

Sourceยง

impl StructuralPartialEq for ParseManifestDecimalError

Sourceยง

impl StructuralPartialEq for ParseManifestExpressionError

Sourceยง

impl StructuralPartialEq for ParseManifestPreciseDecimalError

Sourceยง

impl StructuralPartialEq for ParseManifestProofError

Sourceยง

impl StructuralPartialEq for ResourceConstraintError

Sourceยง

impl StructuralPartialEq for ResourceConstraintsError

Sourceยง

impl StructuralPartialEq for UpperBound

Sourceยง

impl StructuralPartialEq for OwnValidation

Sourceยง

impl StructuralPartialEq for ReferenceValidation

Sourceยง

impl StructuralPartialEq for ScryptoCustomTraversal

Sourceยง

impl StructuralPartialEq for ScryptoCustomTypeKind

Sourceยง

impl StructuralPartialEq for ScryptoCustomTypeKindLabel

Sourceยง

impl StructuralPartialEq for ScryptoCustomTypeValidation

Sourceยง

impl StructuralPartialEq for ScryptoCustomValue

Sourceยง

impl StructuralPartialEq for ScryptoCustomValueKind

Sourceยง

impl StructuralPartialEq for ContentValidationError

Sourceยง

impl StructuralPartialEq for NonFungibleIdType

Sourceยง

impl StructuralPartialEq for NonFungibleLocalId

Sourceยง

impl StructuralPartialEq for ParseNonFungibleLocalIdError

Sourceยง

impl StructuralPartialEq for ParseOwnError

Sourceยง

impl StructuralPartialEq for ParseReferenceError

Sourceยง

impl StructuralPartialEq for ParseI192Error

Sourceยง

impl StructuralPartialEq for ParseI256Error

Sourceยง

impl StructuralPartialEq for ParseI320Error

Sourceยง

impl StructuralPartialEq for ParseI384Error

Sourceยง

impl StructuralPartialEq for ParseI448Error

Sourceยง

impl StructuralPartialEq for ParseI512Error

Sourceยง

impl StructuralPartialEq for ParseI768Error

Sourceยง

impl StructuralPartialEq for ParseU192Error

Sourceยง

impl StructuralPartialEq for ParseU256Error

Sourceยง

impl StructuralPartialEq for ParseU320Error

Sourceยง

impl StructuralPartialEq for ParseU384Error

Sourceยง

impl StructuralPartialEq for ParseU448Error

Sourceยง

impl StructuralPartialEq for ParseU512Error

Sourceยง

impl StructuralPartialEq for ParseU768Error

Sourceยง

impl StructuralPartialEq for ParseDecimalError

Sourceยง

impl StructuralPartialEq for ParsePreciseDecimalError

Sourceยง

impl StructuralPartialEq for RoundingMode

Sourceยง

impl StructuralPartialEq for BatchPartitionStateUpdate

Sourceยง

impl StructuralPartialEq for DatabaseUpdate

Sourceยง

impl StructuralPartialEq for NodeStateUpdates

Sourceยง

impl StructuralPartialEq for PartitionStateUpdates

Sourceยง

impl StructuralPartialEq for TimeComparisonOperator

Sourceยง

impl StructuralPartialEq for DateTimeError

Sourceยง

impl StructuralPartialEq for EntityType

Sourceยง

impl StructuralPartialEq for GenericSubstitution

Sourceยง

impl StructuralPartialEq for GlobalCaller

Sourceยง

impl StructuralPartialEq for ParseComponentAddressError

Sourceยง

impl StructuralPartialEq for ParseGlobalAddressError

Sourceยง

impl StructuralPartialEq for ParseInternalAddressError

Sourceยง

impl StructuralPartialEq for ParseNonFungibleGlobalIdError

Sourceยง

impl StructuralPartialEq for ParsePackageAddressError

Sourceยง

impl StructuralPartialEq for ParseResourceAddressError

Sourceยง

impl StructuralPartialEq for RoyaltyAmount

Sourceยง

impl StructuralPartialEq for SubstateKey

Sourceยง

impl StructuralPartialEq for ChildNames

Sourceยง

impl StructuralPartialEq for DecodeError

Sourceยง

impl StructuralPartialEq for EncodeError

Sourceยง

impl StructuralPartialEq for LocalTypeId

Sourceยง

impl StructuralPartialEq for NameChangeRule

Sourceยง

impl StructuralPartialEq for NoCustomExtension

Sourceยง

impl StructuralPartialEq for NoCustomSchema

Sourceยง

impl StructuralPartialEq for NoCustomTerminalValueRef

Sourceยง

impl StructuralPartialEq for NoCustomTraversal

Sourceยง

impl StructuralPartialEq for NoCustomTypeKind

Sourceยง

impl StructuralPartialEq for NoCustomTypeKindLabel

Sourceยง

impl StructuralPartialEq for NoCustomTypeValidation

Sourceยง

impl StructuralPartialEq for NoCustomValue

Sourceยง

impl StructuralPartialEq for NoCustomValueKind

Sourceยง

impl StructuralPartialEq for OwnedNameChange

Sourceยง

impl StructuralPartialEq for RustTypeId

Sourceยง

impl StructuralPartialEq for SchemaValidationError

Sourceยง

impl StructuralPartialEq for ValidationChange

Sourceยง

impl StructuralPartialEq for ValidationError

1.28.0 ยท Sourceยง

impl StructuralPartialEq for radix_common::prelude::fmt::Alignment

Sourceยง

impl StructuralPartialEq for DebugAsHex

Sourceยง

impl StructuralPartialEq for radix_common::prelude::fmt::Sign

Sourceยง

impl StructuralPartialEq for radix_common::prelude::indexmap::GetDisjointMutError

Sourceยง

impl StructuralPartialEq for MapEntryPart

1.0.0 ยท Sourceยง

impl StructuralPartialEq for radix_common::prelude::rust::cmp::Ordering

1.0.0 ยท Sourceยง

impl StructuralPartialEq for FpCategory

1.55.0 ยท Sourceยง

impl StructuralPartialEq for IntErrorKind

1.86.0 ยท Sourceยง

impl StructuralPartialEq for radix_common::prelude::rust::slice::GetDisjointMutError

Sourceยง

impl StructuralPartialEq for SearchStep

1.0.0 ยท Sourceยง

impl StructuralPartialEq for radix_common::prelude::rust::sync::atomic::Ordering

1.12.0 ยท Sourceยง

impl StructuralPartialEq for RecvTimeoutError

1.0.0 ยท Sourceยง

impl StructuralPartialEq for TryRecvError

Sourceยง

impl StructuralPartialEq for TryReserveErrorKind

Sourceยง

impl StructuralPartialEq for AsciiChar

1.64.0 ยท Sourceยง

impl StructuralPartialEq for FromBytesWithNulError

Sourceยง

impl StructuralPartialEq for AtomicOrdering

1.7.0 ยท Sourceยง

impl StructuralPartialEq for IpAddr

Sourceยง

impl StructuralPartialEq for Ipv6MulticastScope

1.0.0 ยท Sourceยง

impl StructuralPartialEq for SocketAddr

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

Sourceยง

impl StructuralPartialEq for bech32::Error

Sourceยง

impl StructuralPartialEq for Variant

Sourceยง

impl StructuralPartialEq for BLST_ERROR

Sourceยง

impl StructuralPartialEq for hashbrown::TryReserveError

Sourceยง

impl StructuralPartialEq for FromHexError

Sourceยง

impl StructuralPartialEq for num_bigint::bigint::Sign

Sourceยง

impl StructuralPartialEq for ParseError

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 Bls12381G1PublicKey

Sourceยง

impl StructuralPartialEq for Bls12381G2Signature

Sourceยง

impl StructuralPartialEq for Ed25519PublicKey

Sourceยง

impl StructuralPartialEq for Ed25519PublicKeyHash

Sourceยง

impl StructuralPartialEq for Ed25519Signature

Sourceยง

impl StructuralPartialEq for Hash

Sourceยง

impl StructuralPartialEq for Secp256k1PublicKey

Sourceยง

impl StructuralPartialEq for Secp256k1PublicKeyHash

Sourceยง

impl StructuralPartialEq for Secp256k1Signature

Sourceยง

impl StructuralPartialEq for Secp256k1UncompressedPublicKey

Sourceยง

impl StructuralPartialEq for GeneralResourceConstraint

Sourceยง

impl StructuralPartialEq for ManifestAddressReservation

Sourceยง

impl StructuralPartialEq for ManifestBlobRef

Sourceยง

impl StructuralPartialEq for ManifestBucket

Sourceยง

impl StructuralPartialEq for ManifestDecimal

Sourceยง

impl StructuralPartialEq for ManifestNamedAddress

Sourceยง

impl StructuralPartialEq for ManifestPreciseDecimal

Sourceยง

impl StructuralPartialEq for ManifestProof

Sourceยง

impl StructuralPartialEq for ManifestResourceConstraints

Sourceยง

impl StructuralPartialEq for ManifestCustomTerminalValueRef

Sourceยง

impl StructuralPartialEq for BytesNonFungibleLocalId

Sourceยง

impl StructuralPartialEq for IntegerNonFungibleLocalId

Sourceยง

impl StructuralPartialEq for Own

Sourceยง

impl StructuralPartialEq for RUIDNonFungibleLocalId

Sourceยง

impl StructuralPartialEq for Reference

Sourceยง

impl StructuralPartialEq for StringNonFungibleLocalId

Sourceยง

impl StructuralPartialEq for ScryptoCustomExtension

Sourceยง

impl StructuralPartialEq for ScryptoCustomSchema

Sourceยง

impl StructuralPartialEq for ScryptoCustomTerminalValueRef

Sourceยง

impl StructuralPartialEq for I192

Sourceยง

impl StructuralPartialEq for I256

Sourceยง

impl StructuralPartialEq for I320

Sourceยง

impl StructuralPartialEq for I384

Sourceยง

impl StructuralPartialEq for I448

Sourceยง

impl StructuralPartialEq for I512

Sourceยง

impl StructuralPartialEq for I768

Sourceยง

impl StructuralPartialEq for U192

Sourceยง

impl StructuralPartialEq for U256

Sourceยง

impl StructuralPartialEq for U320

Sourceยง

impl StructuralPartialEq for U384

Sourceยง

impl StructuralPartialEq for U448

Sourceยง

impl StructuralPartialEq for U512

Sourceยง

impl StructuralPartialEq for U768

Sourceยง

impl StructuralPartialEq for Decimal

Sourceยง

impl StructuralPartialEq for PreciseDecimal

Sourceยง

impl StructuralPartialEq for NetworkDefinition

Sourceยง

impl StructuralPartialEq for StateUpdates

Sourceยง

impl StructuralPartialEq for radix_common::time::instant::Instant

Sourceยง

impl StructuralPartialEq for UtcDateTime

Sourceยง

impl StructuralPartialEq for BlueprintId

Sourceยง

impl StructuralPartialEq for BlueprintTypeIdentifier

Sourceยง

impl StructuralPartialEq for ComponentAddress

Sourceยง

impl StructuralPartialEq for Epoch

Sourceยง

impl StructuralPartialEq for GlobalAddress

Sourceยง

impl StructuralPartialEq for GlobalAddressReservation

Sourceยง

impl StructuralPartialEq for InternalAddress

Sourceยง

impl StructuralPartialEq for NodeId

Sourceยง

impl StructuralPartialEq for NonFungibleGlobalId

Sourceยง

impl StructuralPartialEq for PackageAddress

Sourceยง

impl StructuralPartialEq for PartitionNumber

Sourceยง

impl StructuralPartialEq for PartitionOffset

Sourceยง

impl StructuralPartialEq for ResourceAddress

Sourceยง

impl StructuralPartialEq for Round

Sourceยง

impl StructuralPartialEq for SchemaHash

Sourceยง

impl StructuralPartialEq for ScopedTypeId

Sourceยง

impl StructuralPartialEq for UnorderedKeyError

1.0.0 ยท Sourceยง

impl StructuralPartialEq for radix_common::prelude::fmt::Error

Sourceยง

impl StructuralPartialEq for FormattingOptions

Sourceยง

impl StructuralPartialEq for radix_common::prelude::indexmap::TryReserveError

Sourceยง

impl StructuralPartialEq for Assume

Sourceยง

impl StructuralPartialEq for LengthValidation

Sourceยง

impl StructuralPartialEq for NameChangeError

Sourceยง

impl StructuralPartialEq for NovelTypeMetadata

Sourceยง

impl StructuralPartialEq for SborPath

Sourceยง

impl StructuralPartialEq for SborPathBuf

Sourceยง

impl StructuralPartialEq for SchemaComparisonCompletenessSettings

Sourceยง

impl StructuralPartialEq for SchemaComparisonMetadataSettings

Sourceยง

impl StructuralPartialEq for SchemaComparisonSettings

Sourceยง

impl StructuralPartialEq for SchemaComparisonStructureSettings

Sourceยง

impl StructuralPartialEq for SchemaComparisonValidationSettings

1.0.0 ยท Sourceยง

impl StructuralPartialEq for String

Sourceยง

impl StructuralPartialEq for TypeMetadata

Sourceยง

impl StructuralPartialEq for WellKnownTypeId

Sourceยง

impl StructuralPartialEq for EnumVariantHeader

Sourceยง

impl StructuralPartialEq for TupleHeader

Sourceยง

impl StructuralPartialEq for AllocError

1.28.0 ยท Sourceยง

impl StructuralPartialEq for Layout

1.50.0 ยท Sourceยง

impl StructuralPartialEq for LayoutError

1.0.0 ยท Sourceยง

impl StructuralPartialEq for ParseFloatError

1.0.0 ยท Sourceยง

impl StructuralPartialEq for radix_common::prelude::rust::num::ParseIntError

1.34.0 ยท Sourceยง

impl StructuralPartialEq for radix_common::prelude::rust::num::TryFromIntError

1.0.0 ยท Sourceยง

impl StructuralPartialEq for RangeFull

Sourceยง

impl StructuralPartialEq for radix_common::prelude::rust::ptr::Alignment

1.0.0 ยท Sourceยง

impl StructuralPartialEq for ParseBoolError

1.0.0 ยท Sourceยง

impl StructuralPartialEq for Utf8Error

1.0.0 ยท Sourceยง

impl StructuralPartialEq for FromUtf8Error

1.0.0 ยท Sourceยง

impl StructuralPartialEq for RecvError

1.5.0 ยท Sourceยง

impl StructuralPartialEq for WaitTimeoutResult

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.34.0 ยท Sourceยง

impl StructuralPartialEq for CharTryFromError

1.20.0 ยท Sourceยง

impl StructuralPartialEq for ParseCharError

1.9.0 ยท Sourceยง

impl StructuralPartialEq for DecodeUtf16Error

1.59.0 ยท Sourceยง

impl StructuralPartialEq for TryFromCharError

1.27.0 ยท Sourceยง

impl StructuralPartialEq for CpuidResult

1.64.0 ยท Sourceยง

impl StructuralPartialEq for CStr

1.69.0 ยท Sourceยง

impl StructuralPartialEq for FromBytesUntilNulError

1.0.0 ยท Sourceยง

impl StructuralPartialEq for Ipv4Addr

1.0.0 ยท Sourceยง

impl StructuralPartialEq for Ipv6Addr

1.0.0 ยท Sourceยง

impl StructuralPartialEq for AddrParseError

1.0.0 ยท Sourceยง

impl StructuralPartialEq for SocketAddrV4

1.0.0 ยท Sourceยง

impl StructuralPartialEq for SocketAddrV6

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

1.1.0 ยท Sourceยง

impl StructuralPartialEq for FileType

1.0.0 ยท Sourceยง

impl StructuralPartialEq for Permissions

Sourceยง

impl StructuralPartialEq for UCred

Sourceยง

impl StructuralPartialEq for NormalizeError

1.7.0 ยท Sourceยง

impl StructuralPartialEq for StripPrefixError

1.61.0 ยท Sourceยง

impl StructuralPartialEq for ExitCode

1.0.0 ยท Sourceยง

impl StructuralPartialEq for ExitStatus

Sourceยง

impl StructuralPartialEq for ExitStatusError

1.0.0 ยท Sourceยง

impl StructuralPartialEq for Output

1.26.0 ยท Sourceยง

impl StructuralPartialEq for AccessError

1.19.0 ยท Sourceยง

impl StructuralPartialEq for ThreadId

1.8.0 ยท Sourceยง

impl StructuralPartialEq for std::time::Instant

1.8.0 ยท Sourceยง

impl StructuralPartialEq for SystemTime

Sourceยง

impl StructuralPartialEq for u5

Sourceยง

impl StructuralPartialEq for block_buffer::Error

Sourceยง

impl StructuralPartialEq for blst_fp2

Sourceยง

impl StructuralPartialEq for blst_fp6

Sourceยง

impl StructuralPartialEq for blst_fp

Sourceยง

impl StructuralPartialEq for blst_fr

Sourceยง

impl StructuralPartialEq for blst_scalar

Sourceยง

impl StructuralPartialEq for bnum::errors::parseint::ParseIntError

Sourceยง

impl StructuralPartialEq for bnum::errors::tryfrom::TryFromIntError

Sourceยง

impl StructuralPartialEq for InvalidLength

Sourceยง

impl StructuralPartialEq for CompressedEdwardsY

Sourceยง

impl StructuralPartialEq for CompressedRistretto

Sourceยง

impl StructuralPartialEq for MacError

Sourceยง

impl StructuralPartialEq for InvalidBufferSize

Sourceยง

impl StructuralPartialEq for Signature

Sourceยง

impl StructuralPartialEq for ParseBigIntError

Sourceยง

impl StructuralPartialEq for ATerm

Sourceยง

impl StructuralPartialEq for B0

Sourceยง

impl StructuralPartialEq for B1

Sourceยง

impl StructuralPartialEq for Z0

Sourceยง

impl StructuralPartialEq for Equal

Sourceยง

impl StructuralPartialEq for Greater

Sourceยง

impl StructuralPartialEq for Less

Sourceยง

impl StructuralPartialEq for UTerm

1.33.0 ยท Sourceยง

impl StructuralPartialEq for PhantomPinned

Sourceยง

impl<'a> StructuralPartialEq for SubstateKeyRef<'a>

Sourceยง

impl<'a> StructuralPartialEq for Utf8Pattern<'a>

1.0.0 ยท Sourceยง

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

1.0.0 ยท Sourceยง

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

1.79.0 ยท Sourceยง

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

1.10.0 ยท Sourceยง

impl<'a> StructuralPartialEq for core::panic::location::Location<'a>

Sourceยง

impl<'a> StructuralPartialEq for PhantomContravariantLifetime<'a>

Sourceยง

impl<'a> StructuralPartialEq for PhantomCovariantLifetime<'a>

Sourceยง

impl<'a> StructuralPartialEq for PhantomInvariantLifetime<'a>

Sourceยง

impl<'de> StructuralPartialEq for TerminalValueBatchRef<'de>

Sourceยง

impl<'de, E> StructuralPartialEq for TypedTraversalEvent<'de, E>
where E: CustomExtension,

Sourceยง

impl<'de, T> StructuralPartialEq for TerminalValueRef<'de, T>
where T: CustomTraversal,

Sourceยง

impl<'de, T> StructuralPartialEq for TraversalEvent<'de, T>
where T: CustomTraversal,

Sourceยง

impl<'s> StructuralPartialEq for ContainerType<'s>

Sourceยง

impl<'s, E> StructuralPartialEq for LocatedValidationError<'s, E>
where E: CustomExtension,

Sourceยง

impl<'s, E> StructuralPartialEq for FullLocation<'s, E>
where E: CustomExtension,

Sourceยง

impl<'t, 'de, T> StructuralPartialEq for LocatedTraversalEvent<'t, 'de, T>
where T: CustomTraversal,

Sourceยง

impl<'t, 's, 'de, E> StructuralPartialEq for TypedLocatedTraversalEvent<'t, 's, 'de, E>
where E: CustomExtension,

Sourceยง

impl<'t, 's, T> StructuralPartialEq for TypedLocation<'t, 's, T>
where T: CustomTraversal,

Sourceยง

impl<'t, T> StructuralPartialEq for radix_common::prelude::traversal::Location<'t, T>
where T: CustomTraversal,

Sourceยง

impl<A> StructuralPartialEq for ExtendedGcd<A>

1.55.0 ยท Sourceยง

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

Sourceยง

impl<C, L> StructuralPartialEq for TypeData<C, L>

Sourceยง

impl<E> StructuralPartialEq for PayloadValidationError<E>
where E: CustomExtension,

Sourceยง

impl<E> StructuralPartialEq for TypeValidation<E>

Sourceยง

impl<E> StructuralPartialEq for TypeMismatchError<E>
where E: CustomExtension,

Sourceยง

impl<E> StructuralPartialEq for TypedTraversalError<E>
where E: CustomExtension,

Sourceยง

impl<E> StructuralPartialEq for CurrentValueInfo<E>
where E: CustomExtension,

1.0.0 ยท Sourceยง

impl<Idx> StructuralPartialEq for radix_common::prelude::rust::ops::Range<Idx>

1.0.0 ยท Sourceยง

impl<Idx> StructuralPartialEq for radix_common::prelude::rust::ops::RangeFrom<Idx>

1.26.0 ยท Sourceยง

impl<Idx> StructuralPartialEq for radix_common::prelude::rust::ops::RangeInclusive<Idx>

1.0.0 ยท Sourceยง

impl<Idx> StructuralPartialEq for RangeTo<Idx>

1.26.0 ยท Sourceยง

impl<Idx> StructuralPartialEq for RangeToInclusive<Idx>

Sourceยง

impl<Idx> StructuralPartialEq for core::range::Range<Idx>

Sourceยง

impl<Idx> StructuralPartialEq for core::range::RangeFrom<Idx>

Sourceยง

impl<Idx> StructuralPartialEq for core::range::RangeInclusive<Idx>

Sourceยง

impl<K, V, S> StructuralPartialEq for NonIterMap<K, V, S>
where K: Eq + Hash, S: BuildHasher,

Sourceยง

impl<S> StructuralPartialEq for SchemaComparisonErrorDetail<S>
where S: CustomSchema,

Sourceยง

impl<S> StructuralPartialEq for SchemaVersions<S>
where S: CustomSchema,

Sourceยง

impl<S> StructuralPartialEq for SchemaComparisonError<S>
where S: CustomSchema,

Sourceยง

impl<S> StructuralPartialEq for SchemaV1<S>
where S: CustomSchema,

Sourceยง

impl<S> StructuralPartialEq for VersionedSchema<S>
where S: CustomSchema,

1.0.0 ยท Sourceยง

impl<T> StructuralPartialEq for Option<T>

Sourceยง

impl<T> StructuralPartialEq for TypeKindLabel<T>

Sourceยง

impl<T> StructuralPartialEq for ContainerHeader<T>
where T: CustomTraversal,

1.17.0 ยท Sourceยง

impl<T> StructuralPartialEq for Bound<T>

Sourceยง

impl<T> StructuralPartialEq for SendTimeoutError<T>

1.0.0 ยท Sourceยง

impl<T> StructuralPartialEq for TrySendError<T>

1.36.0 ยท Sourceยง

impl<T> StructuralPartialEq for Poll<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.

1.20.0 ยท Sourceยง

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

Sourceยง

impl<T> StructuralPartialEq for NumericValidation<T>

Sourceยง

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

Sourceยง

impl<T> StructuralPartialEq for AncestorState<T>
where T: CustomTraversal,

1.19.0 ยท Sourceยง

impl<T> StructuralPartialEq for Reverse<T>

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 SendError<T>

1.0.0 ยท Sourceยง

impl<T> StructuralPartialEq for Cursor<T>

Sourceยง

impl<T> StructuralPartialEq for TryFromBigIntError<T>

1.0.0 ยท Sourceยง

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

Sourceยง

impl<T, L> StructuralPartialEq for TypeKind<T, L>

Sourceยง

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

Sourceยง

impl<T: AsRef<NodeId>> StructuralPartialEq for FullyScopedTypeId<T>

Sourceยง

impl<U> StructuralPartialEq for NInt<U>
where U: Unsigned + NonZero,

Sourceยง

impl<U> StructuralPartialEq for PInt<U>
where U: Unsigned + NonZero,

Sourceยง

impl<U, B> StructuralPartialEq for UInt<U, B>

Sourceยง

impl<V, A> StructuralPartialEq for TArr<V, A>

Sourceยง

impl<X> StructuralPartialEq for ValueKind<X>
where X: CustomValueKind,

Sourceยง

impl<X> StructuralPartialEq for ArrayHeader<X>
where X: CustomValueKind,

Sourceยง

impl<X> StructuralPartialEq for MapHeader<X>
where X: CustomValueKind,

Sourceยง

impl<X, Y> StructuralPartialEq for Value<X, Y>
where X: CustomValueKind, Y: CustomValue<X>,

Sourceยง

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

Sourceยง

impl<Z> StructuralPartialEq for Zeroizing<Z>
where Z: Zeroize,

Sourceยง

impl<const N: usize> StructuralPartialEq for BInt<N>

Sourceยง

impl<const N: usize> StructuralPartialEq for BIntD8<N>

Sourceยง

impl<const N: usize> StructuralPartialEq for BIntD16<N>

Sourceยง

impl<const N: usize> StructuralPartialEq for BIntD32<N>

Sourceยง

impl<const N: usize> StructuralPartialEq for BUint<N>

Sourceยง

impl<const N: usize> StructuralPartialEq for BUintD8<N>

Sourceยง

impl<const N: usize> StructuralPartialEq for BUintD16<N>

Sourceยง

impl<const N: usize> StructuralPartialEq for BUintD32<N>