Enum deltachat::peerstate::PeerstateKeyType
source · pub enum PeerstateKeyType {
GossipKey,
PublicKey,
}
Expand description
Type of the public key stored inside the peerstate.
Variants§
GossipKey
Public key sent in the Autocrypt-Gossip
header.
PublicKey
Public key sent in the Autocrypt
header.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PeerstateKeyType
impl RefUnwindSafe for PeerstateKeyType
impl Send for PeerstateKeyType
impl Sync for PeerstateKeyType
impl Unpin for PeerstateKeyType
impl UnwindSafe for PeerstateKeyType
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