pub struct OnLandMineArmed;Expand description
Called when a land mine is armed.
Implementations§
Trait Implementations§
Source§impl Clone for OnLandMineArmed
impl Clone for OnLandMineArmed
Source§fn clone(&self) -> OnLandMineArmed
fn clone(&self) -> OnLandMineArmed
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 OnLandMineArmed
Source§impl Debug for OnLandMineArmed
impl Debug for OnLandMineArmed
impl Eq for OnLandMineArmed
Source§impl PartialEq for OnLandMineArmed
impl PartialEq for OnLandMineArmed
impl StructuralPartialEq for OnLandMineArmed
Auto Trait Implementations§
impl Freeze for OnLandMineArmed
impl RefUnwindSafe for OnLandMineArmed
impl Send for OnLandMineArmed
impl Sync for OnLandMineArmed
impl Unpin for OnLandMineArmed
impl UnsafeUnpin for OnLandMineArmed
impl UnwindSafe for OnLandMineArmed
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