I refer to the sections. "Implementations", "Auto Trait Implementations" seen on docs.rs for most (?) types.
Just to give a concrete example: https://docs.rs/bevy/latest/bevy/ecs/event/struct.EventWriter.html
I can examine the source code and figure out what the "Implementations" section means. That's plenty clear. But when I get to "Trait Implementations" ... does that mean that it just has the right methods to match a trait definition and there's nowhere that's made explicit? Am I missing a helpful piece of tooling that shows that? (I use vanilla emacs + rustic + rust-analyzer)
The subsequent sections I understand even less. Is there a precise definition for these sections and what goes in them? Maybe even just pointing to the code that creates the different headings would be enough of a thread to pull.