pub struct NoDebug<T, M = WithTypeInfo>(/* private fields */)
where
M: Msg<T>;
Implementations§
Trait Implementations§
Source§impl<T, M> Ord for NoDebug<T, M>
impl<T, M> 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, M, N> PartialOrd<NoDebug<T, N>> for NoDebug<T, M>
impl<T, M, N> PartialOrd<NoDebug<T, N>> for NoDebug<T, M>
Source§impl<T, M> PartialOrd<T> for NoDebug<T, M>where
T: PartialOrd,
M: Msg<T>,
impl<T, M> PartialOrd<T> for NoDebug<T, M>where
T: PartialOrd,
M: Msg<T>,
impl<T, M> 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)