pub struct Dnskey { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<N> From<Dnskey> for AllRecordData<N>
impl<N> From<Dnskey> for AllRecordData<N>
Source§impl<N> From<Dnskey> for MasterRecordData<N>
impl<N> From<Dnskey> for MasterRecordData<N>
Source§impl Ord for Dnskey
impl Ord for Dnskey
Source§impl PartialOrd for Dnskey
impl PartialOrd for Dnskey
Source§impl RtypeRecordData for Dnskey
impl RtypeRecordData for Dnskey
impl Eq for Dnskey
impl StructuralPartialEq for Dnskey
Auto Trait Implementations§
impl !Freeze for Dnskey
impl RefUnwindSafe for Dnskey
impl Send for Dnskey
impl Sync for Dnskey
impl Unpin for Dnskey
impl UnwindSafe for Dnskey
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