pub struct OnEntityCloned;Expand description
Called when an entity is cloned. The filter applies to the source entity.
Implementations§
Trait Implementations§
Source§impl Clone for OnEntityCloned
impl Clone for OnEntityCloned
Source§fn clone(&self) -> OnEntityCloned
fn clone(&self) -> OnEntityCloned
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 OnEntityCloned
Source§impl Debug for OnEntityCloned
impl Debug for OnEntityCloned
impl Eq for OnEntityCloned
Source§impl PartialEq for OnEntityCloned
impl PartialEq for OnEntityCloned
impl StructuralPartialEq for OnEntityCloned
Auto Trait Implementations§
impl Freeze for OnEntityCloned
impl RefUnwindSafe for OnEntityCloned
impl Send for OnEntityCloned
impl Sync for OnEntityCloned
impl Unpin for OnEntityCloned
impl UnsafeUnpin for OnEntityCloned
impl UnwindSafe for OnEntityCloned
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