sus::mem::Clone<T>
Clones the input either by copying or cloning. Returns a new object of type T.
T
If T is a reference type, it will clone the underlying object.