pub struct EntityKey(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for EntityKey
impl Ord for EntityKey
Source§impl PartialOrd for EntityKey
impl PartialOrd for EntityKey
impl Copy for EntityKey
impl Eq for EntityKey
impl StructuralPartialEq for EntityKey
Auto Trait Implementations§
impl Freeze for EntityKey
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