Enum deltachat::peerstate::PeerstateChange
source · enum PeerstateChange {
FingerprintChange,
Aeap(String),
}
Expand description
Type of the peerstate change.
Changes to the peerstate are notified to the user via a message explaining the happened change.
Variants§
FingerprintChange
The contact’s public key fingerprint changed, likely because the contact uses a new device and didn’t transfer their key.
Aeap(String)
The contact changed their address to the given new address (Automatic Email Address Porting).
Auto Trait Implementations§
impl Freeze for PeerstateChange
impl RefUnwindSafe for PeerstateChange
impl Send for PeerstateChange
impl Sync for PeerstateChange
impl Unpin for PeerstateChange
impl UnwindSafe for PeerstateChange
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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