Struct discord::model::PermissionOverwrite [] [src]

pub struct PermissionOverwrite {
    pub kind: PermissionOverwriteType,
    pub allow: Permissions,
    pub deny: Permissions,
}

A channel-specific permission overwrite for a role or member.

Fields

Methods

impl PermissionOverwrite
[src]

Trait Implementations

impl Debug for PermissionOverwrite
[src]

Formats the value using the given formatter.

impl Clone for PermissionOverwrite
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more