pub struct EntityPtr<T: Any, R = Repo> { /* private fields */ }Expand description
A pointer handle to a value in repository.
Implementations§
Trait Implementations§
Source§impl<T: Any, R> Ord for EntityPtr<T, R>
impl<T: Any, R> Ord for EntityPtr<T, R>
Source§impl<T: Any, R> PartialOrd for EntityPtr<T, R>
impl<T: Any, R> PartialOrd for EntityPtr<T, R>
impl<T: Any, R> Copy for EntityPtr<T, R>
impl<T: Any, R> Eq for EntityPtr<T, R>
impl<T: Any, R> Send for EntityPtr<T, R>
impl<T: Any, R> Sync for EntityPtr<T, R>
Auto Trait Implementations§
impl<T, R> Freeze for EntityPtr<T, R>
impl<T, R> RefUnwindSafe for EntityPtr<T, R>where
T: RefUnwindSafe,
R: RefUnwindSafe,
impl<T, R> Unpin for EntityPtr<T, R>
impl<T, R> UnwindSafe for EntityPtr<T, R>where
T: RefUnwindSafe,
R: RefUnwindSafe,
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