142 constexpr CommandControl() =
default;
143 constexpr CommandControl(
144 const std::optional<std::chrono::milliseconds>& timeout_single,
145 const std::optional<std::chrono::milliseconds>& timeout_all,
146 const std::optional<size_t>& max_retries
150#ifdef USERVER_IMPL_HAS_THREE_WAY_COMPARISON
158 std::string ToString()
const;