A "Path" is essentially Rust's notion of a name.
It's represented as a sequence of identifiers,
along with a bunch of supporting information.
E.g. std::cmp::PartialEq
A ::foo
path, is relative to the crate root rather than current
module (like paths in an import).
The segments in the path: the things separated by ::
.
Formats the value using the given formatter. Read more
Performs copy-assignment from source
. Read more
This method tests for self
and other
values to be equal, and is used by ==
. Read more
This method tests for !=
.
Feeds this value into the given [Hasher
]. Read more
Feeds a slice of this type into the given [Hasher
]. Read more