pub struct NoDebug<T, M: Msg<T> = WithTypeInfo>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<T: Ord, M: Ord + Msg<T>> Ord for NoDebug<T, M>
impl<T: Ord, M: Ord + Msg<T>> Ord for NoDebug<T, M>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<T: PartialOrd, M: Msg<T>, N: Msg<T>> PartialOrd<NoDebug<T, N>> for NoDebug<T, M>
impl<T: PartialOrd, M: Msg<T>, N: Msg<T>> PartialOrd<NoDebug<T, N>> for NoDebug<T, M>
Source§impl<T: PartialOrd, M: Msg<T>> PartialOrd<T> for NoDebug<T, M>
impl<T: PartialOrd, M: Msg<T>> PartialOrd<T> for NoDebug<T, M>
impl<T: Eq, M: Eq + Msg<T>> Eq for NoDebug<T, M>
Auto Trait Implementations§
impl<T, M> Freeze for NoDebug<T, M>where
T: Freeze,
impl<T, M> RefUnwindSafe for NoDebug<T, M>where
T: RefUnwindSafe,
M: RefUnwindSafe,
impl<T, M> Send for NoDebug<T, M>
impl<T, M> Sync for NoDebug<T, M>
impl<T, M> Unpin for NoDebug<T, M>
impl<T, M> UnwindSafe for NoDebug<T, M>where
T: UnwindSafe,
M: 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