yoshidan / google-cloud-rust

Google Cloud Client Libraries for Rust.
MIT License
222 stars 80 forks source link

pubsub: add Debug to ReceivedMessage #154

Closed h-michael closed 1 year ago

h-michael commented 1 year ago

I want to derive Debug trait to ReceivedMessage to use with structs which derives Debug trait.

Thanks for your work.

yoshidan commented 1 year ago

Thanks!