Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Derive additional useful traits for ResponseCode (#35)
`ResponseCode` is no longer `String`-based, so we can use `Copy`. It might also make sense to provide a default value of `NoError` for cases where it might be the contents of an `Option`.
- Loading branch information