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