pub struct OnPreRobotExplodedCliff;Expand description
Called directly before a robot explodes cliffs.
Implementations§
Trait Implementations§
Source§impl Clone for OnPreRobotExplodedCliff
impl Clone for OnPreRobotExplodedCliff
Source§fn clone(&self) -> OnPreRobotExplodedCliff
fn clone(&self) -> OnPreRobotExplodedCliff
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 OnPreRobotExplodedCliff
Source§impl Debug for OnPreRobotExplodedCliff
impl Debug for OnPreRobotExplodedCliff
impl Eq for OnPreRobotExplodedCliff
Source§impl PartialEq for OnPreRobotExplodedCliff
impl PartialEq for OnPreRobotExplodedCliff
impl StructuralPartialEq for OnPreRobotExplodedCliff
Auto Trait Implementations§
impl Freeze for OnPreRobotExplodedCliff
impl RefUnwindSafe for OnPreRobotExplodedCliff
impl Send for OnPreRobotExplodedCliff
impl Sync for OnPreRobotExplodedCliff
impl Unpin for OnPreRobotExplodedCliff
impl UnsafeUnpin for OnPreRobotExplodedCliff
impl UnwindSafe for OnPreRobotExplodedCliff
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