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