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