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