Struct trust_dns_proto::rr::rdata::openpgpkey::OPENPGPKEY [−][src]
pub struct OPENPGPKEY { /* fields omitted */ }
Expand description
The RDATA portion of an OPENPGPKEY resource record contains a single
value consisting of a Transferable Public Key formatted as specified
in [RFC4880].
Implementations
Creates a new OPENPGPKEY record data.
Arguments
public_key
- an OpenPGP Transferable Public Key. This will NOT be checked.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for OPENPGPKEY
impl Send for OPENPGPKEY
impl Sync for OPENPGPKEY
impl Unpin for OPENPGPKEY
impl UnwindSafe for OPENPGPKEY
Blanket Implementations
Mutably borrows from an owned value. Read more