Struct dns_message_parser::rr::SSHFP [−][src]
pub struct SSHFP {
pub domain_name: DomainName,
pub ttl: u32,
pub class: Class,
pub algorithm: SSHFPAlgorithm,
pub type_: SSHFPType,
pub fp: Vec<u8>,
}Fields
domain_name: DomainNamettl: u32class: Classalgorithm: SSHFPAlgorithmtype_: SSHFPTypefp: Vec<u8>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SSHFP
impl UnwindSafe for SSHFP
Blanket Implementations
Mutably borrows from an owned value. Read more