pub struct CachedVoiceState { /* private fields */ }Trait Implementations§
Source§impl Clone for CachedVoiceState
impl Clone for CachedVoiceState
Source§fn clone(&self) -> CachedVoiceState
fn clone(&self) -> CachedVoiceState
Returns a duplicate 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 CachedVoiceState
impl Debug for CachedVoiceState
Source§impl<'de> Deserialize<'de> for CachedVoiceState
impl<'de> Deserialize<'de> for CachedVoiceState
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 From<(Id<ChannelMarker>, Id<GuildMarker>, VoiceState)> for CachedVoiceState
impl From<(Id<ChannelMarker>, Id<GuildMarker>, VoiceState)> for CachedVoiceState
Source§fn from(
(channel_id, guild_id, voice_state): (Id<ChannelMarker>, Id<GuildMarker>, VoiceState),
) -> Self
fn from( (channel_id, guild_id, voice_state): (Id<ChannelMarker>, Id<GuildMarker>, VoiceState), ) -> Self
Converts to this type from the input type.
Source§impl PartialEq<VoiceState> for CachedVoiceState
impl PartialEq<VoiceState> for CachedVoiceState
Source§impl PartialEq for CachedVoiceState
impl PartialEq for CachedVoiceState
Source§impl Serialize for CachedVoiceState
impl Serialize for CachedVoiceState
impl Eq for CachedVoiceState
impl StructuralPartialEq for CachedVoiceState
Auto Trait Implementations§
impl Freeze for CachedVoiceState
impl RefUnwindSafe for CachedVoiceState
impl Send for CachedVoiceState
impl Sync for CachedVoiceState
impl Unpin for CachedVoiceState
impl UnwindSafe for CachedVoiceState
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