Constructor
<include/boost/url/param.hpp>
constexpr param(param const& other) = default;
Upon construction, this becomes a copy of `other`.
this->key == other.key && this->value == other.value && this->has_value == other.has_value