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: DomainName
§ttl: u32
§class: Class
§algorithm: SSHFPAlgorithm
§type_: SSHFPType
§fp: Vec<u8>
Implementations§
Trait Implementations§
impl Eq for SSHFP
impl StructuralPartialEq for SSHFP
Auto Trait Implementations§
impl Freeze for SSHFP
impl RefUnwindSafe for SSHFP
impl Send for SSHFP
impl Sync for SSHFP
impl Unpin for SSHFP
impl UnwindSafe for SSHFP
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