pub struct AuditLogEntryId(/* private fields */);
Expand description
An identifier for an audit log entry.
Implementations§
Trait Implementations§
Source§impl AsRef<AuditLogEntryId> for AuditLogEntryId
impl AsRef<AuditLogEntryId> for AuditLogEntryId
Source§impl Clone for AuditLogEntryId
impl Clone for AuditLogEntryId
Source§fn clone(&self) -> AuditLogEntryId
fn clone(&self) -> AuditLogEntryId
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 AuditLogEntryId
impl Debug for AuditLogEntryId
Source§impl Default for AuditLogEntryId
impl Default for AuditLogEntryId
Source§impl<'de> Deserialize<'de> for AuditLogEntryId
impl<'de> Deserialize<'de> for AuditLogEntryId
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 Display for AuditLogEntryId
impl Display for AuditLogEntryId
Source§impl<'a> From<&'a AuditLogEntryId> for AuditLogEntryId
impl<'a> From<&'a AuditLogEntryId> for AuditLogEntryId
Source§fn from(id: &'a AuditLogEntryId) -> AuditLogEntryId
fn from(id: &'a AuditLogEntryId) -> AuditLogEntryId
Converts to this type from the input type.
Source§impl From<AuditLogEntryId> for NonZeroI64
impl From<AuditLogEntryId> for NonZeroI64
Source§fn from(id: AuditLogEntryId) -> NonZeroI64
fn from(id: AuditLogEntryId) -> NonZeroI64
Converts to this type from the input type.
Source§impl From<AuditLogEntryId> for NonZeroU64
impl From<AuditLogEntryId> for NonZeroU64
Source§fn from(id: AuditLogEntryId) -> NonZeroU64
fn from(id: AuditLogEntryId) -> NonZeroU64
Converts to this type from the input type.
Source§impl From<AuditLogEntryId> for i64
impl From<AuditLogEntryId> for i64
Source§fn from(id: AuditLogEntryId) -> i64
fn from(id: AuditLogEntryId) -> i64
Converts to this type from the input type.
Source§impl From<AuditLogEntryId> for u64
impl From<AuditLogEntryId> for u64
Source§fn from(id: AuditLogEntryId) -> u64
fn from(id: AuditLogEntryId) -> u64
Converts to this type from the input type.
Source§impl From<NonZero<u64>> for AuditLogEntryId
impl From<NonZero<u64>> for AuditLogEntryId
Source§fn from(id: NonZeroU64) -> AuditLogEntryId
fn from(id: NonZeroU64) -> AuditLogEntryId
Converts to this type from the input type.
Source§impl From<u64> for AuditLogEntryId
impl From<u64> for AuditLogEntryId
Source§fn from(id: u64) -> AuditLogEntryId
fn from(id: u64) -> AuditLogEntryId
Converts to this type from the input type.
Source§impl FromStr for AuditLogEntryId
impl FromStr for AuditLogEntryId
Source§impl Hash for AuditLogEntryId
impl Hash for AuditLogEntryId
Source§impl Ord for AuditLogEntryId
impl Ord for AuditLogEntryId
Source§fn cmp(&self, other: &AuditLogEntryId) -> Ordering
fn cmp(&self, other: &AuditLogEntryId) -> 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<u64> for AuditLogEntryId
impl PartialEq<u64> for AuditLogEntryId
Source§impl PartialEq for AuditLogEntryId
impl PartialEq for AuditLogEntryId
Source§impl PartialOrd for AuditLogEntryId
impl PartialOrd for AuditLogEntryId
Source§impl Serialize for AuditLogEntryId
impl Serialize for AuditLogEntryId
impl Copy for AuditLogEntryId
impl Eq for AuditLogEntryId
impl StructuralPartialEq for AuditLogEntryId
Auto Trait Implementations§
impl Freeze for AuditLogEntryId
impl RefUnwindSafe for AuditLogEntryId
impl Send for AuditLogEntryId
impl Sync for AuditLogEntryId
impl Unpin for AuditLogEntryId
impl UnwindSafe for AuditLogEntryId
Blanket Implementations§
Source§impl<T> ArgumentConvert for Twhere
T: FromStr,
impl<T> ArgumentConvert for Twhere
T: FromStr,
Source§fn convert<'life0, 'async_trait>(
__arg0: impl CacheHttp + 'async_trait,
__arg1: Option<GuildId>,
__arg2: Option<ChannelId>,
s: &'life0 str,
) -> Pin<Box<dyn Future<Output = Result<T, <T as ArgumentConvert>::Err>> + Send + 'async_trait>>where
'life0: 'async_trait,
T: 'async_trait,
fn convert<'life0, 'async_trait>(
__arg0: impl CacheHttp + 'async_trait,
__arg1: Option<GuildId>,
__arg2: Option<ChannelId>,
s: &'life0 str,
) -> Pin<Box<dyn Future<Output = Result<T, <T as ArgumentConvert>::Err>> + Send + 'async_trait>>where
'life0: 'async_trait,
T: 'async_trait,
Parses a string
s
as a command parameter of this type.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> CloneDebuggableStorage for Twhere
T: DebuggableStorage + Clone,
impl<T> CloneDebuggableStorage for Twhere
T: DebuggableStorage + Clone,
fn clone_storage(&self) -> Box<dyn CloneDebuggableStorage>
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> CloneableStorage for T
impl<T> CloneableStorage for T
fn clone_storage(&self) -> Box<dyn CloneableStorage>
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.