Struct twilight_model::gateway::payload::incoming::WebhooksUpdate
source · [−]pub struct WebhooksUpdate {
pub channel_id: Id<ChannelMarker>,
pub guild_id: Id<GuildMarker>,
}Fields
channel_id: Id<ChannelMarker>guild_id: Id<GuildMarker>Trait Implementations
sourceimpl Clone for WebhooksUpdate
impl Clone for WebhooksUpdate
sourcefn clone(&self) -> WebhooksUpdate
fn clone(&self) -> WebhooksUpdate
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for WebhooksUpdate
impl Debug for WebhooksUpdate
sourceimpl<'de> Deserialize<'de> for WebhooksUpdate
impl<'de> Deserialize<'de> for WebhooksUpdate
sourcefn 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
sourceimpl Hash for WebhooksUpdate
impl Hash for WebhooksUpdate
sourceimpl PartialEq<WebhooksUpdate> for WebhooksUpdate
impl PartialEq<WebhooksUpdate> for WebhooksUpdate
sourcefn eq(&self, other: &WebhooksUpdate) -> bool
fn eq(&self, other: &WebhooksUpdate) -> bool
sourceimpl Serialize for WebhooksUpdate
impl Serialize for WebhooksUpdate
impl Eq for WebhooksUpdate
impl StructuralEq for WebhooksUpdate
impl StructuralPartialEq for WebhooksUpdate
Auto Trait Implementations
impl RefUnwindSafe for WebhooksUpdate
impl Send for WebhooksUpdate
impl Sync for WebhooksUpdate
impl Unpin for WebhooksUpdate
impl UnwindSafe for WebhooksUpdate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more