pub struct OnPlayerUsedCapsule;Expand description
Called when a player uses a capsule that results in some game action.
Implementations§
Trait Implementations§
Source§impl Clone for OnPlayerUsedCapsule
impl Clone for OnPlayerUsedCapsule
Source§fn clone(&self) -> OnPlayerUsedCapsule
fn clone(&self) -> OnPlayerUsedCapsule
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 OnPlayerUsedCapsule
Source§impl Debug for OnPlayerUsedCapsule
impl Debug for OnPlayerUsedCapsule
impl Eq for OnPlayerUsedCapsule
Source§impl PartialEq for OnPlayerUsedCapsule
impl PartialEq for OnPlayerUsedCapsule
impl StructuralPartialEq for OnPlayerUsedCapsule
Auto Trait Implementations§
impl Freeze for OnPlayerUsedCapsule
impl RefUnwindSafe for OnPlayerUsedCapsule
impl Send for OnPlayerUsedCapsule
impl Sync for OnPlayerUsedCapsule
impl Unpin for OnPlayerUsedCapsule
impl UnsafeUnpin for OnPlayerUsedCapsule
impl UnwindSafe for OnPlayerUsedCapsule
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