pub struct AutoModerationActionMetadataForSendAlertMessage {
pub channel_id: Snowflake,
}Expand description
Fields§
§channel_id: SnowflakeTrait Implementations§
Source§impl Clone for AutoModerationActionMetadataForSendAlertMessage
impl Clone for AutoModerationActionMetadataForSendAlertMessage
Source§fn clone(&self) -> AutoModerationActionMetadataForSendAlertMessage
fn clone(&self) -> AutoModerationActionMetadataForSendAlertMessage
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 Default for AutoModerationActionMetadataForSendAlertMessage
impl Default for AutoModerationActionMetadataForSendAlertMessage
Source§fn default() -> AutoModerationActionMetadataForSendAlertMessage
fn default() -> AutoModerationActionMetadataForSendAlertMessage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AutoModerationActionMetadataForSendAlertMessage
impl<'de> Deserialize<'de> for AutoModerationActionMetadataForSendAlertMessage
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 Ord for AutoModerationActionMetadataForSendAlertMessage
impl Ord for AutoModerationActionMetadataForSendAlertMessage
Source§fn cmp(
&self,
other: &AutoModerationActionMetadataForSendAlertMessage,
) -> Ordering
fn cmp( &self, other: &AutoModerationActionMetadataForSendAlertMessage, ) -> 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 AutoModerationActionMetadataForSendAlertMessage
impl PartialEq for AutoModerationActionMetadataForSendAlertMessage
Source§fn eq(&self, other: &AutoModerationActionMetadataForSendAlertMessage) -> bool
fn eq(&self, other: &AutoModerationActionMetadataForSendAlertMessage) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AutoModerationActionMetadataForSendAlertMessage
impl PartialOrd for AutoModerationActionMetadataForSendAlertMessage
impl Copy for AutoModerationActionMetadataForSendAlertMessage
impl Eq for AutoModerationActionMetadataForSendAlertMessage
impl StructuralPartialEq for AutoModerationActionMetadataForSendAlertMessage
Auto Trait Implementations§
impl Freeze for AutoModerationActionMetadataForSendAlertMessage
impl RefUnwindSafe for AutoModerationActionMetadataForSendAlertMessage
impl Send for AutoModerationActionMetadataForSendAlertMessage
impl Sync for AutoModerationActionMetadataForSendAlertMessage
impl Unpin for AutoModerationActionMetadataForSendAlertMessage
impl UnwindSafe for AutoModerationActionMetadataForSendAlertMessage
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.