pub struct AutocryptHeader(_, _);
An object containing Autocrypt information about a given e-mail
address, as derived from a message header.
See https://autocrypt.org/ for details and motivation.
AutocryptHeaderExt
Creates a new AutocryptHeader
object.
a new AutocryptHeader
object.
Creates a new AutocryptHeader
object based on the value of an
Autocrypt: header.
Note that this will not have an effective_date
set, since the
effective_date
is derived from the Date: line in the same block of
e-mail headers, but cannot be extracted from the raw Autocrypt:
header itself.
The raw string value of an Autocrypt header
a new AutocryptHeader
object, or
None
on error.
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
Feeds this value into the given [Hasher
]. Read more
Feeds a slice of this type into the given [Hasher
]. Read more
Returns the type identifier of Self
.
[−]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
Returns the "default value" for a type. Read more