pub struct OnResearchStarted;Expand description
Called when a technology research starts.
Implementations§
Trait Implementations§
Source§impl Clone for OnResearchStarted
impl Clone for OnResearchStarted
Source§fn clone(&self) -> OnResearchStarted
fn clone(&self) -> OnResearchStarted
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OnResearchStarted
Source§impl Debug for OnResearchStarted
impl Debug for OnResearchStarted
impl Eq for OnResearchStarted
Source§impl PartialEq for OnResearchStarted
impl PartialEq for OnResearchStarted
impl StructuralPartialEq for OnResearchStarted
Auto Trait Implementations§
impl Freeze for OnResearchStarted
impl RefUnwindSafe for OnResearchStarted
impl Send for OnResearchStarted
impl Sync for OnResearchStarted
impl Unpin for OnResearchStarted
impl UnsafeUnpin for OnResearchStarted
impl UnwindSafe for OnResearchStarted
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