Struct twilight_model::guild::widget::GuildWidgetChannel
source · pub struct GuildWidgetChannel {
pub id: Id<ChannelMarker>,
pub name: String,
pub position: i64,
}Fields§
§id: Id<ChannelMarker>§name: String§position: i64Trait Implementations§
source§impl Clone for GuildWidgetChannel
impl Clone for GuildWidgetChannel
source§fn clone(&self) -> GuildWidgetChannel
fn clone(&self) -> GuildWidgetChannel
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 GuildWidgetChannel
impl Debug for GuildWidgetChannel
source§impl<'de> Deserialize<'de> for GuildWidgetChannel
impl<'de> Deserialize<'de> for GuildWidgetChannel
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 GuildWidgetChannel
impl Hash for GuildWidgetChannel
source§impl PartialEq<GuildWidgetChannel> for GuildWidgetChannel
impl PartialEq<GuildWidgetChannel> for GuildWidgetChannel
source§fn eq(&self, other: &GuildWidgetChannel) -> bool
fn eq(&self, other: &GuildWidgetChannel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.