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 for FollowedChannel
impl PartialEq for FollowedChannel
source§impl Serialize for FollowedChannel
impl Serialize for FollowedChannel
impl Eq for FollowedChannel
impl StructuralPartialEq for FollowedChannel
Auto Trait Implementations§
impl Freeze for FollowedChannel
impl RefUnwindSafe for FollowedChannel
impl Send for FollowedChannel
impl Sync for FollowedChannel
impl Unpin for FollowedChannel
impl UnwindSafe for FollowedChannel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)