pub struct OnTowerPlantedSeed;Expand description
Called before an agricultural tower plants a seed.
Implementations§
Trait Implementations§
Source§impl Clone for OnTowerPlantedSeed
impl Clone for OnTowerPlantedSeed
Source§fn clone(&self) -> OnTowerPlantedSeed
fn clone(&self) -> OnTowerPlantedSeed
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 OnTowerPlantedSeed
Source§impl Debug for OnTowerPlantedSeed
impl Debug for OnTowerPlantedSeed
impl Eq for OnTowerPlantedSeed
Source§impl PartialEq for OnTowerPlantedSeed
impl PartialEq for OnTowerPlantedSeed
impl StructuralPartialEq for OnTowerPlantedSeed
Auto Trait Implementations§
impl Freeze for OnTowerPlantedSeed
impl RefUnwindSafe for OnTowerPlantedSeed
impl Send for OnTowerPlantedSeed
impl Sync for OnTowerPlantedSeed
impl Unpin for OnTowerPlantedSeed
impl UnsafeUnpin for OnTowerPlantedSeed
impl UnwindSafe for OnTowerPlantedSeed
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