Assignment operators
<boost/url/grammar/range_rule.hpp>
Copy assignment operator
any_rule& operator=(any_rule const& other) noexcept;
Move assignment operator
any_rule& operator=(any_rule&& other) noexcept;