SwiftDocCImplementationStructureImplementationAn intermediate model to group together an implementation reference, its parent, and a fallback name.struct ImplementationTopicsInstance Propertieslet fallbackName: String?The fallback name of the parent type of the referenced symbol, if available.let parent: String?The name of the parent type of the referenced symbol, if available.let reference: TopicReferenceThe reference to the default implementation.