pub struct SupplementalGuild {
pub id: Snowflake,
pub voice_states: Option<Vec<VoiceState>>,
pub embedded_activities: Vec<Value>,
}Expand description
Fields§
§id: Snowflake§voice_states: Option<Vec<VoiceState>>§embedded_activities: Vec<Value>Field not documented even unofficially
Trait Implementations§
Source§impl Clone for SupplementalGuild
impl Clone for SupplementalGuild
Source§fn clone(&self) -> SupplementalGuild
fn clone(&self) -> SupplementalGuild
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 SupplementalGuild
impl Debug for SupplementalGuild
Source§impl Default for SupplementalGuild
impl Default for SupplementalGuild
Source§fn default() -> SupplementalGuild
fn default() -> SupplementalGuild
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SupplementalGuild
impl<'de> Deserialize<'de> for SupplementalGuild
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
Auto Trait Implementations§
impl Freeze for SupplementalGuild
impl RefUnwindSafe for SupplementalGuild
impl Send for SupplementalGuild
impl Sync for SupplementalGuild
impl Unpin for SupplementalGuild
impl UnwindSafe for SupplementalGuild
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