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 PermissionOverwriteTargetType
impl Sync for PermissionOverwriteTargetType
impl Unpin for PermissionOverwriteTargetType
impl UnwindSafe for PermissionOverwriteTargetType
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more