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