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