Struct twilight_model::channel::FollowedChannel
source · pub struct FollowedChannel {
pub channel_id: Id<ChannelMarker>,
pub webhook_id: Id<WebhookMarker>,
}Expand description
An object indicating that following a news channel was successful.
It contains the Id<ChannelMarker> that is being followed
and the Id<WebhookMarker> that was created in the
target channel.
Fields§
§channel_id: Id<ChannelMarker>§webhook_id: Id<WebhookMarker>Trait Implementations§
source§impl Clone for FollowedChannel
impl Clone for FollowedChannel
source§fn clone(&self) -> FollowedChannel
fn clone(&self) -> FollowedChannel
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 FollowedChannel
impl Debug for FollowedChannel
source§impl<'de> Deserialize<'de> for FollowedChannel
impl<'de> Deserialize<'de> for FollowedChannel
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 FollowedChannel
impl Hash for FollowedChannel
source§impl PartialEq<FollowedChannel> for FollowedChannel
impl PartialEq<FollowedChannel> for FollowedChannel
source§fn eq(&self, other: &FollowedChannel) -> bool
fn eq(&self, other: &FollowedChannel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.