mirror of
https://github.com/instant-labs/instant-epp.git
synced 2025-01-20 08:39:07 +00:00
Make MessageData non-exhaustive to minimize semver issues
This commit is contained in:
parent
d26e7dda73
commit
75f1dfe03e
@ -31,6 +31,7 @@ impl Default for MessagePoll<'static> {
|
||||
// Response
|
||||
|
||||
/// Type that represents the <trnData> tag for message poll response
|
||||
#[non_exhaustive]
|
||||
#[derive(Deserialize, Debug)]
|
||||
pub enum MessageData {
|
||||
/// Data under the <domain:trnData> tag
|
||||
|
Loading…
Reference in New Issue
Block a user