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