pub struct RefreshEvent {
    pub account_hash: AccountHash,
    pub mailbox_hash: MailboxHash,
    pub kind: RefreshEventKind,
}Fields§
§account_hash: AccountHash§mailbox_hash: MailboxHash§kind: RefreshEventKindTrait Implementations§
Source§impl Clone for RefreshEvent
 
impl Clone for RefreshEvent
Source§fn clone(&self) -> RefreshEvent
 
fn clone(&self) -> RefreshEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for RefreshEvent
 
impl Debug for RefreshEvent
Source§impl From<RefreshEvent> for BackendEvent
 
impl From<RefreshEvent> for BackendEvent
Source§fn from(val: RefreshEvent) -> Self
 
fn from(val: RefreshEvent) -> Self
Convert into BackendEvent::Refresh variant.
Auto Trait Implementations§
impl Freeze for RefreshEvent
impl !RefUnwindSafe for RefreshEvent
impl Send for RefreshEvent
impl Sync for RefreshEvent
impl Unpin for RefreshEvent
impl !UnwindSafe for RefreshEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more