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