#[non_exhaustive]pub struct ResearchPoint<T: Technology> { /* private fields */ }Expand description
A resource type representing one research point for a specific Technology.
Use them in the research method of the corresponding Technology to unlock the technology.
Trait Implementations§
Source§impl<T: Debug + Technology> Debug for ResearchPoint<T>
impl<T: Debug + Technology> Debug for ResearchPoint<T>
Source§impl<T: Technology> ResourceType for ResearchPoint<T>
impl<T: Technology> ResourceType for ResearchPoint<T>
impl<T: Technology> Sealed for ResearchPoint<T>
Auto Trait Implementations§
impl<T> Freeze for ResearchPoint<T>
impl<T> RefUnwindSafe for ResearchPoint<T>where
T: RefUnwindSafe,
impl<T> Send for ResearchPoint<T>where
T: Send,
impl<T> Sync for ResearchPoint<T>where
T: Sync,
impl<T> Unpin for ResearchPoint<T>where
T: Unpin,
impl<T> UnwindSafe for ResearchPoint<T>where
T: 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