By ensuring that SBStructuredData::m_impl_up always has a value, it prevents crashes that can happen when the SBStructuredDataImpl is null.
This fixes a case that caused SBStructuredData::operator= to crash. This happened when rhs had a null SBStructuredDataImpl.
clang-tidy: error: 'lldb/API/SBStructuredData.h' file not found [clang-diagnostic-error]
not useful