pub struct EntityTag(/* private fields */);Expand description
EntityTag
Stable runtime entity identity token used on hot execution paths.
Implementations§
Trait Implementations§
Source§impl Ord for EntityTag
impl Ord for EntityTag
Source§impl PartialOrd for EntityTag
impl PartialOrd for EntityTag
impl Copy for EntityTag
impl Eq for EntityTag
impl StructuralPartialEq for EntityTag
Auto Trait Implementations§
impl Freeze for EntityTag
impl RefUnwindSafe for EntityTag
impl Send for EntityTag
impl Sync for EntityTag
impl Unpin for EntityTag
impl UnsafeUnpin for EntityTag
impl UnwindSafe for EntityTag
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