pub struct VoiceChannel {
pub server_channel: ServerChannel,
pub nonce: Option<String>,
}Fields§
§server_channel: ServerChannel§nonce: Option<String>Trait Implementations§
Source§impl Clone for VoiceChannel
impl Clone for VoiceChannel
Source§fn clone(&self) -> VoiceChannel
fn clone(&self) -> VoiceChannel
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 VoiceChannel
impl Debug for VoiceChannel
Source§impl<'de> Deserialize<'de> for VoiceChannel
impl<'de> Deserialize<'de> for VoiceChannel
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 PartialEq for VoiceChannel
impl PartialEq for VoiceChannel
Source§impl Serialize for VoiceChannel
impl Serialize for VoiceChannel
impl Eq for VoiceChannel
impl StructuralPartialEq for VoiceChannel
Auto Trait Implementations§
impl Freeze for VoiceChannel
impl RefUnwindSafe for VoiceChannel
impl Send for VoiceChannel
impl Sync for VoiceChannel
impl Unpin for VoiceChannel
impl UnwindSafe for VoiceChannel
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