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