pub struct OnPlayerClickedGpsTag;Expand description
Called when a player clicks a gps tag
Implementations§
Trait Implementations§
Source§impl Clone for OnPlayerClickedGpsTag
impl Clone for OnPlayerClickedGpsTag
Source§fn clone(&self) -> OnPlayerClickedGpsTag
fn clone(&self) -> OnPlayerClickedGpsTag
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 OnPlayerClickedGpsTag
Source§impl Debug for OnPlayerClickedGpsTag
impl Debug for OnPlayerClickedGpsTag
impl Eq for OnPlayerClickedGpsTag
Source§impl PartialEq for OnPlayerClickedGpsTag
impl PartialEq for OnPlayerClickedGpsTag
impl StructuralPartialEq for OnPlayerClickedGpsTag
Auto Trait Implementations§
impl Freeze for OnPlayerClickedGpsTag
impl RefUnwindSafe for OnPlayerClickedGpsTag
impl Send for OnPlayerClickedGpsTag
impl Sync for OnPlayerClickedGpsTag
impl Unpin for OnPlayerClickedGpsTag
impl UnsafeUnpin for OnPlayerClickedGpsTag
impl UnwindSafe for OnPlayerClickedGpsTag
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