pub struct HeroIdRef(/* private fields */);Expand description
A typed constant reference for a canonical hero identity.
Implementations§
Trait Implementations§
impl Copy for HeroIdRef
impl Eq for HeroIdRef
impl StructuralPartialEq for HeroIdRef
Auto Trait Implementations§
impl Freeze for HeroIdRef
impl RefUnwindSafe for HeroIdRef
impl Send for HeroIdRef
impl Sync for HeroIdRef
impl Unpin for HeroIdRef
impl UnsafeUnpin for HeroIdRef
impl UnwindSafe for HeroIdRef
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