A single change whcih has occoured to a record
Protocols
let output = value.timestamp
Allows a get operation to work.
let output = value.change
Allows a get operation to work.
let output = value.model
Allows a get operation to work.
let output = value.record
Allows a get operation to work.
let output = value.user
Allows a get operation to work.
if value == b { }
Allows for partial equality operations to work.
println("{:?}", value)
Allows the value to be debug printed.
println("{}", value)
Allows the value to be display printed.