pub struct Ta<'a> {
pub trust_anchor_link: Characters<'a>,
}Expand description
§DNSSEC trust authorities record (TA)
This record is used to publish the public key of a DNSSEC trust anchor.
Fields§
§trust_anchor_link: Characters<'a>trust_anchor_link is the trust anchor link
Trait Implementations§
impl<'a> Copy for Ta<'a>
impl<'a> StructuralPartialEq for Ta<'a>
Auto Trait Implementations§
impl<'a> Freeze for Ta<'a>
impl<'a> RefUnwindSafe for Ta<'a>
impl<'a> Send for Ta<'a>
impl<'a> Sync for Ta<'a>
impl<'a> Unpin for Ta<'a>
impl<'a> UnwindSafe for Ta<'a>
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