rustc_
ty_
utils
1.84.0-nightly
(3fee0f12e 2024-11-20)
Module structural_
match
Module Items
Functions
In crate rustc_
ty_
utils
rustc_ty_utils
Module
structural_match
Copy item path
Source
Functions
ยง
has_
structural_
eq_
impl
๐
This method returns true if and only if
adt_ty
itself has been marked as eligible for structural-match: namely, if it implements
StructuralPartialEq
(which is injected by
#[derive(PartialEq)]
).
provide
๐