#[repr(transparent)]pub struct TypeKey(_);
Implementations§
Trait Implementations§
source§impl Ord for TypeKey
impl Ord for TypeKey
source§impl PartialEq<TypeKey> for TypeKey
impl PartialEq<TypeKey> for TypeKey
source§impl PartialOrd<TypeKey> for TypeKey
impl PartialOrd<TypeKey> for TypeKey
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for TypeKey
impl Eq for TypeKey
impl StructuralEq for TypeKey
impl StructuralPartialEq for TypeKey
Auto Trait Implementations§
impl RefUnwindSafe for TypeKey
impl Send for TypeKey
impl Sync for TypeKey
impl Unpin for TypeKey
impl UnwindSafe for TypeKey
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