enum Mirror.DisplayStyle A suggestion of how a Mirror's is to be interpreted. Playgrounds and the debugger will show a representation similar to the one used for instances of the kind indicated by the DisplayStyle case name when the Mirror is used for display. Import import Swift Cases case Struct case Class case Enum case Tuple case Optional case Collection case Dictionary case Set