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