pub struct VoiceStateUpdate(pub VoiceState);
Tuple Fields§
§0: VoiceState
Trait Implementations§
Source§impl Clone for VoiceStateUpdate
impl Clone for VoiceStateUpdate
Source§fn clone(&self) -> VoiceStateUpdate
fn clone(&self) -> VoiceStateUpdate
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VoiceStateUpdate
impl Debug for VoiceStateUpdate
Source§impl Deref for VoiceStateUpdate
impl Deref for VoiceStateUpdate
Source§impl DerefMut for VoiceStateUpdate
impl DerefMut for VoiceStateUpdate
Source§impl<'de> Deserialize<'de> for VoiceStateUpdate
impl<'de> Deserialize<'de> for VoiceStateUpdate
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for VoiceStateUpdate
impl Hash for VoiceStateUpdate
Source§impl PartialEq for VoiceStateUpdate
impl PartialEq for VoiceStateUpdate
Source§impl Serialize for VoiceStateUpdate
impl Serialize for VoiceStateUpdate
impl Eq for VoiceStateUpdate
impl StructuralPartialEq for VoiceStateUpdate
Auto Trait Implementations§
impl Freeze for VoiceStateUpdate
impl RefUnwindSafe for VoiceStateUpdate
impl Send for VoiceStateUpdate
impl Sync for VoiceStateUpdate
impl Unpin for VoiceStateUpdate
impl UnwindSafe for VoiceStateUpdate
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