enum Mirror.DisplayStyle A suggestion of how a Mirror's subject 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