#[repr(transparent)]pub struct EntityKey(_);
Implementations§
Trait Implementations§
source§impl Ord for EntityKey
impl Ord for EntityKey
source§impl PartialEq<EntityKey> for EntityKey
impl PartialEq<EntityKey> for EntityKey
source§impl PartialOrd<EntityKey> for EntityKey
impl PartialOrd<EntityKey> for EntityKey
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 EntityKey
impl Eq for EntityKey
impl StructuralEq for EntityKey
impl StructuralPartialEq for EntityKey
Auto Trait Implementations§
impl RefUnwindSafe for EntityKey
impl Send for EntityKey
impl Sync for EntityKey
impl Unpin for EntityKey
impl UnwindSafe for EntityKey
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