Type Alias veloren_server::settings::banlist::v1::Unban

source ·
type Unban = BanInfo;

Aliased Type§

struct Unban {
    pub performed_by: Uuid,
    pub performed_by_username: String,
    pub performed_by_role: Role,
}

Fields§

§performed_by: Uuid§performed_by_username: String

NOTE: May not be up to date, if we allow username changes.

§performed_by_role: Role

NOTE: Role of the banning user at the time of the ban.