pub struct OnPlayerFastTransferred;Expand description
Called when a player fast-transfers something to or from an entity.
Implementations§
Trait Implementations§
Source§impl Clone for OnPlayerFastTransferred
impl Clone for OnPlayerFastTransferred
Source§fn clone(&self) -> OnPlayerFastTransferred
fn clone(&self) -> OnPlayerFastTransferred
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 OnPlayerFastTransferred
Source§impl Debug for OnPlayerFastTransferred
impl Debug for OnPlayerFastTransferred
impl Eq for OnPlayerFastTransferred
Source§impl PartialEq for OnPlayerFastTransferred
impl PartialEq for OnPlayerFastTransferred
impl StructuralPartialEq for OnPlayerFastTransferred
Auto Trait Implementations§
impl Freeze for OnPlayerFastTransferred
impl RefUnwindSafe for OnPlayerFastTransferred
impl Send for OnPlayerFastTransferred
impl Sync for OnPlayerFastTransferred
impl Unpin for OnPlayerFastTransferred
impl UnsafeUnpin for OnPlayerFastTransferred
impl UnwindSafe for OnPlayerFastTransferred
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