pub struct TypeIdConst { /* private fields */ }Expand description
TypeId, but const-comparable, sortable
uses ::core::any::type_name::<T>() underneath
Implementations§
Source§impl TypeIdConst
impl TypeIdConst
Trait Implementations§
Source§impl Clone for TypeIdConst
impl Clone for TypeIdConst
Source§fn clone(&self) -> TypeIdConst
fn clone(&self) -> TypeIdConst
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Ord for TypeIdConst
impl Ord for TypeIdConst
Source§impl PartialEq for TypeIdConst
impl PartialEq for TypeIdConst
Source§impl PartialOrd for TypeIdConst
impl PartialOrd for TypeIdConst
impl Copy for TypeIdConst
impl Eq for TypeIdConst
Auto Trait Implementations§
impl Freeze for TypeIdConst
impl RefUnwindSafe for TypeIdConst
impl Send for TypeIdConst
impl Sync for TypeIdConst
impl Unpin for TypeIdConst
impl UnwindSafe for TypeIdConst
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