mirror of
https://github.com/masalachai/epp-client.git
synced 2025-02-16 11:22:02 +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
|
// Response
|
||||||
|
|
||||||
/// Type that represents the <trnData> tag for message poll response
|
/// Type that represents the <trnData> tag for message poll response
|
||||||
|
#[non_exhaustive]
|
||||||
#[derive(Deserialize, Debug)]
|
#[derive(Deserialize, Debug)]
|
||||||
pub enum MessageData {
|
pub enum MessageData {
|
||||||
/// Data under the <domain:trnData> tag
|
/// Data under the <domain:trnData> tag
|
||||||
|
Loading…
Reference in New Issue
Block a user