`Box<str>` and `Box<[T]>` implement Clone, but these other boxed slice types do not.
Box<str>andBox<[T]>implement Clone, but these other boxed slice types do not.