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