sus::cmp::Eq<T>
Compares the inner value of two Box objects for equality. This does not perform pointer equality on the boxes themselves.
Box
Satisfies Eq for Box<T> if T also satisifes Eq.
Eq
Box<T>
T