pub struct GuildIntegrationsUpdate {
pub guild_id: Snowflake,
}Expand description
Fields§
§guild_id: SnowflakeTrait Implementations§
Source§impl Clone for GuildIntegrationsUpdate
impl Clone for GuildIntegrationsUpdate
Source§fn clone(&self) -> GuildIntegrationsUpdate
fn clone(&self) -> GuildIntegrationsUpdate
Returns a duplicate 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 GuildIntegrationsUpdate
impl Debug for GuildIntegrationsUpdate
Source§impl Default for GuildIntegrationsUpdate
impl Default for GuildIntegrationsUpdate
Source§fn default() -> GuildIntegrationsUpdate
fn default() -> GuildIntegrationsUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GuildIntegrationsUpdate
impl<'de> Deserialize<'de> for GuildIntegrationsUpdate
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 GuildIntegrationsUpdate
impl Hash for GuildIntegrationsUpdate
Source§impl Ord for GuildIntegrationsUpdate
impl Ord for GuildIntegrationsUpdate
Source§fn cmp(&self, other: &GuildIntegrationsUpdate) -> Ordering
fn cmp(&self, other: &GuildIntegrationsUpdate) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GuildIntegrationsUpdate
impl PartialEq for GuildIntegrationsUpdate
Source§impl PartialOrd for GuildIntegrationsUpdate
impl PartialOrd for GuildIntegrationsUpdate
Source§impl Serialize for GuildIntegrationsUpdate
impl Serialize for GuildIntegrationsUpdate
impl Copy for GuildIntegrationsUpdate
impl Eq for GuildIntegrationsUpdate
impl StructuralPartialEq for GuildIntegrationsUpdate
impl WebSocketEvent for GuildIntegrationsUpdate
Auto Trait Implementations§
impl Freeze for GuildIntegrationsUpdate
impl RefUnwindSafe for GuildIntegrationsUpdate
impl Send for GuildIntegrationsUpdate
impl Sync for GuildIntegrationsUpdate
impl Unpin for GuildIntegrationsUpdate
impl UnwindSafe for GuildIntegrationsUpdate
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§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.