All structures in Ride are built-in — you cannot create your own structures.
The code that creates an instance of the IntegerEntry structure and reads its key and value.
IntegerEntry
let data = IntegerEntry("Age", 33) let key = data.key let val = data.value