pub struct SetServerRolePermissionPayload {
pub permissions: Override,
}Expand description
Server role permission value
Fields§
§permissions: OverrideAllow / deny values for the role in this server.
Trait Implementations§
source§impl Clone for SetServerRolePermissionPayload
impl Clone for SetServerRolePermissionPayload
source§fn clone(&self) -> SetServerRolePermissionPayload
fn clone(&self) -> SetServerRolePermissionPayload
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 Default for SetServerRolePermissionPayload
impl Default for SetServerRolePermissionPayload
source§fn default() -> SetServerRolePermissionPayload
fn default() -> SetServerRolePermissionPayload
Returns the “default value” for a type. Read more