melib/backends: change RefreshEvent field decl order

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
pull/458/head
Manos Pitsidianakis 3 months ago
parent 6906585942
commit 14f2d91193
No known key found for this signature in database
GPG Key ID: 7729C7707F7E09D0

@ -314,8 +314,8 @@ pub enum RefreshEventKind {
#[derive(Clone, Debug)]
pub struct RefreshEvent {
pub mailbox_hash: MailboxHash,
pub account_hash: AccountHash,
pub mailbox_hash: MailboxHash,
pub kind: RefreshEventKind,
}

Loading…
Cancel
Save