Implementations of by-value traits for Vec and VecDeque of cloneable types.
Vec
VecDeque
The Vec implementations are available only if the alloc feature is enabled, while the VecDeque implementations are available only if the std feature is enabled.
alloc
std