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