pub enum AutocryptHeaderType {
Sender,
Gossip,
}
Expand description
Whether the data comes from an “Autocrypt” or “Autocrypt-Gossip” header.
Variants§
Trait Implementations§
Source§impl Debug for AutocryptHeaderType
impl Debug for AutocryptHeaderType
Source§impl PartialEq for AutocryptHeaderType
impl PartialEq for AutocryptHeaderType
impl StructuralPartialEq for AutocryptHeaderType
Auto Trait Implementations§
impl Freeze for AutocryptHeaderType
impl RefUnwindSafe for AutocryptHeaderType
impl Send for AutocryptHeaderType
impl Sync for AutocryptHeaderType
impl Unpin for AutocryptHeaderType
impl UnwindSafe for AutocryptHeaderType
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