pub struct OnTriggerCreatedEntity;Expand description
Called when an entity with a trigger prototype (such as capsules) create an entity AND that trigger prototype defined trigger_created_entity=true.
Implementations§
Trait Implementations§
Source§impl Clone for OnTriggerCreatedEntity
impl Clone for OnTriggerCreatedEntity
Source§fn clone(&self) -> OnTriggerCreatedEntity
fn clone(&self) -> OnTriggerCreatedEntity
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 OnTriggerCreatedEntity
Source§impl Debug for OnTriggerCreatedEntity
impl Debug for OnTriggerCreatedEntity
impl Eq for OnTriggerCreatedEntity
Source§impl PartialEq for OnTriggerCreatedEntity
impl PartialEq for OnTriggerCreatedEntity
impl StructuralPartialEq for OnTriggerCreatedEntity
Auto Trait Implementations§
impl Freeze for OnTriggerCreatedEntity
impl RefUnwindSafe for OnTriggerCreatedEntity
impl Send for OnTriggerCreatedEntity
impl Sync for OnTriggerCreatedEntity
impl Unpin for OnTriggerCreatedEntity
impl UnsafeUnpin for OnTriggerCreatedEntity
impl UnwindSafe for OnTriggerCreatedEntity
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