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