pub struct Plain<T>(pub T);Tuple Fields§
§0: TTrait Implementations§
Source§impl<T: Ord> Ord for Plain<T>
impl<T: Ord> Ord for Plain<T>
Source§impl<T: PartialOrd> PartialOrd for Plain<T>
impl<T: PartialOrd> PartialOrd for Plain<T>
Source§impl<T> QueryResult for Plain<T>
impl<T> QueryResult for Plain<T>
impl<T: Eq> Eq for Plain<T>
impl<T> StructuralPartialEq for Plain<T>
Auto Trait Implementations§
impl<T> Freeze for Plain<T>where
T: Freeze,
impl<T> RefUnwindSafe for Plain<T>where
T: RefUnwindSafe,
impl<T> Send for Plain<T>where
T: Send,
impl<T> Sync for Plain<T>where
T: Sync,
impl<T> Unpin for Plain<T>where
T: Unpin,
impl<T> UnwindSafe for Plain<T>where
T: UnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)