pub struct IntegrationDelete {
pub id: Snowflake,
pub guild_id: Snowflake,
pub application_id: Option<Snowflake>,
}Expand description
Fields§
§id: Snowflake§guild_id: Snowflake§application_id: Option<Snowflake>Trait Implementations§
Source§impl Clone for IntegrationDelete
impl Clone for IntegrationDelete
Source§fn clone(&self) -> IntegrationDelete
fn clone(&self) -> IntegrationDelete
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 IntegrationDelete
impl Debug for IntegrationDelete
Source§impl Default for IntegrationDelete
impl Default for IntegrationDelete
Source§fn default() -> IntegrationDelete
fn default() -> IntegrationDelete
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IntegrationDelete
impl<'de> Deserialize<'de> for IntegrationDelete
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 IntegrationDelete
impl Hash for IntegrationDelete
Source§impl Ord for IntegrationDelete
impl Ord for IntegrationDelete
Source§fn cmp(&self, other: &IntegrationDelete) -> Ordering
fn cmp(&self, other: &IntegrationDelete) -> 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 IntegrationDelete
impl PartialEq for IntegrationDelete
Source§impl PartialOrd for IntegrationDelete
impl PartialOrd for IntegrationDelete
Source§impl Serialize for IntegrationDelete
impl Serialize for IntegrationDelete
impl Copy for IntegrationDelete
impl Eq for IntegrationDelete
impl StructuralPartialEq for IntegrationDelete
impl WebSocketEvent for IntegrationDelete
Auto Trait Implementations§
impl Freeze for IntegrationDelete
impl RefUnwindSafe for IntegrationDelete
impl Send for IntegrationDelete
impl Sync for IntegrationDelete
impl Unpin for IntegrationDelete
impl UnwindSafe for IntegrationDelete
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.