What is the difference between `Eq` and `PartialEq`?

If I impl the Eq as std said:

impl Eq for foo {}

What will happend?
And I can't find any method or notation to use Eq?
will compiler treat Eq just like Partial Eq?

Thank you!

5 Likes