Add two getters to the RecoveryId type
Original mentioned here: #765 (comment)
For anyone that wants to know why we add getters to int types and not setters, its because the type of From often cannot be inferred so the explicit getter is more ergonomic.