pub enum StatOwner {
Hero(HeroId),
Ability {
reference: AbilityRef,
},
}Variants§
Trait Implementations§
impl Eq for StatOwner
impl StructuralPartialEq for StatOwner
Auto Trait Implementations§
impl Freeze for StatOwner
impl RefUnwindSafe for StatOwner
impl Send for StatOwner
impl Sync for StatOwner
impl Unpin for StatOwner
impl UnsafeUnpin for StatOwner
impl UnwindSafe for StatOwner
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