Enum twilight_model::channel::permission_overwrite::PermissionOverwriteTargetType [−][src]
#[repr(u8)]
pub enum PermissionOverwriteTargetType {
Member,
Role,
}Expand description
Type of a permission overwrite target.
Variants
Permission overwrite targets an individual member.
Permission overwrite targets an individual role.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl Send for PermissionOverwriteTargetTypeimpl Sync for PermissionOverwriteTargetTypeimpl Unpin for PermissionOverwriteTargetTypeimpl UnwindSafe for PermissionOverwriteTargetTypeBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more