Mark struct types::Deleted non-exhaustive
This commit is contained in:
parent
81ed9ff1cf
commit
564063561d
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ use std::ops::RangeInclusive;
|
||||||
/// # }
|
/// # }
|
||||||
/// ```
|
/// ```
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
|
#[non_exhaustive]
|
||||||
pub struct Deleted {
|
pub struct Deleted {
|
||||||
/// The list of messages that were expunged
|
/// The list of messages that were expunged
|
||||||
pub messages: DeletedMessages,
|
pub messages: DeletedMessages,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue