pub struct OnPreEntitySettingsPasted;Expand description
Called before entity copy-paste is done.
Implementations§
Trait Implementations§
Source§impl Clone for OnPreEntitySettingsPasted
impl Clone for OnPreEntitySettingsPasted
Source§fn clone(&self) -> OnPreEntitySettingsPasted
fn clone(&self) -> OnPreEntitySettingsPasted
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 OnPreEntitySettingsPasted
Source§impl Debug for OnPreEntitySettingsPasted
impl Debug for OnPreEntitySettingsPasted
impl Eq for OnPreEntitySettingsPasted
impl StructuralPartialEq for OnPreEntitySettingsPasted
Auto Trait Implementations§
impl Freeze for OnPreEntitySettingsPasted
impl RefUnwindSafe for OnPreEntitySettingsPasted
impl Send for OnPreEntitySettingsPasted
impl Sync for OnPreEntitySettingsPasted
impl Unpin for OnPreEntitySettingsPasted
impl UnsafeUnpin for OnPreEntitySettingsPasted
impl UnwindSafe for OnPreEntitySettingsPasted
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