pub struct EntityId<R = Repo>(/* private fields */);
Expand description
An index handle to a value in repository.
Implementations§
Trait Implementations§
Source§impl<R> Ord for EntityId<R>
impl<R> Ord for EntityId<R>
Source§impl<R> PartialOrd for EntityId<R>
impl<R> PartialOrd for EntityId<R>
impl<R> Copy for EntityId<R>
impl<R> Eq for EntityId<R>
Auto Trait Implementations§
impl<R> Freeze for EntityId<R>
impl<R> RefUnwindSafe for EntityId<R>where
R: RefUnwindSafe,
impl<R> Send for EntityId<R>where
R: Send,
impl<R> Sync for EntityId<R>where
R: Sync,
impl<R> Unpin for EntityId<R>where
R: Unpin,
impl<R> UnwindSafe for EntityId<R>where
R: 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