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