Enum twilight_model::guild::audit_log::AuditLogChangeKey [−][src]
#[non_exhaustive]
pub enum AuditLogChangeKey {
Show variants
AfkChannelId,
AfkTimeout,
Allow,
ApplicationId,
AvatarHash,
BannerHash,
Bitrate,
ChannelId,
Code,
Color,
Deaf,
DefaultMessageNotifications,
Deny,
Description,
DiscoverySplashHash,
EnableEmoticons,
ExpireBehavior,
ExpireGracePeriod,
ExplicitContentFilter,
Hoist,
IconHash,
Id,
InviterId,
MaxAge,
MaxUses,
Mentionable,
MfaLevel,
Mute,
Name,
Nick,
NsfwLevel,
OwnerId,
PermissionOverwrites,
Permissions,
Position,
PreferredLocale,
PruneDeleteDays,
PublicUpdatesChannelId,
RateLimitPerUser,
RoleAdded,
RoleRemoved,
Region,
RulesChannelId,
SplashHash,
SystemChannelId,
PrivacyLevel,
Temporary,
Topic,
Type,
Uses,
UserLimit,
VanityUrlCode,
VerificationLevel,
WidgetChannelId,
WidgetEnabled,
}Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for AuditLogChangeKeyimpl Send for AuditLogChangeKeyimpl Sync for AuditLogChangeKeyimpl Unpin for AuditLogChangeKeyimpl UnwindSafe for AuditLogChangeKeyBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more