pub struct WebhooksUpdate {
pub channel_id: Id<ChannelMarker>,
pub guild_id: Id<GuildMarker>,
}
Fields§
§channel_id: Id<ChannelMarker>
§guild_id: Id<GuildMarker>
Trait Implementations§
Source§impl Clone for WebhooksUpdate
impl Clone for WebhooksUpdate
Source§fn clone(&self) -> WebhooksUpdate
fn clone(&self) -> WebhooksUpdate
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 WebhooksUpdate
impl Debug for WebhooksUpdate
Source§impl<'de> Deserialize<'de> for WebhooksUpdate
impl<'de> Deserialize<'de> for WebhooksUpdate
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 WebhooksUpdate
impl Hash for WebhooksUpdate
Source§impl PartialEq for WebhooksUpdate
impl PartialEq for WebhooksUpdate
Source§impl Serialize for WebhooksUpdate
impl Serialize for WebhooksUpdate
impl Eq for WebhooksUpdate
impl StructuralPartialEq for WebhooksUpdate
Auto Trait Implementations§
impl Freeze for WebhooksUpdate
impl RefUnwindSafe for WebhooksUpdate
impl Send for WebhooksUpdate
impl Sync for WebhooksUpdate
impl Unpin for WebhooksUpdate
impl UnwindSafe for WebhooksUpdate
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