use Sealed;
/// Indicates that a cloning operation is constant-time.
///
/// This might be nearly instant, or involve briefly acquiring a lock and performing a few
/// computations.
/// Places no constraints on the speed of a cloning operation.
/// Trait for indicating the overhead and/or time complexity of a cloning operation.