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 implementsStructuralPartialEq
(which is injected by#[derive(PartialEq)]
). - provide ๐