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