pub struct MapType<T: TypeId> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<T: Ord + TypeId> Ord for MapType<T>
impl<T: Ord + TypeId> Ord for MapType<T>
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 + TypeId> PartialOrd for MapType<T>
impl<T: PartialOrd + TypeId> PartialOrd for MapType<T>
impl<T: Eq + TypeId> Eq for MapType<T>
impl<T: TypeId> StructuralPartialEq for MapType<T>
Auto Trait Implementations§
impl<T> Freeze for MapType<T>where
T: Freeze,
impl<T> RefUnwindSafe for MapType<T>where
T: RefUnwindSafe,
impl<T> Send for MapType<T>where
T: Send,
impl<T> Sync for MapType<T>where
T: Sync,
impl<T> Unpin for MapType<T>where
T: Unpin,
impl<T> UnwindSafe for MapType<T>where
T: 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