pub struct OnPrePermissionGroupDeletedEvent {
pub group: LuaPermissionGroup,
pub name: &'static str,
pub player_index: u32,
pub tick: u32,
}Expand description
Called directly before a permission group is deleted.
Fields§
§group: LuaPermissionGroup§name: &'static str§player_index: u32§tick: u32Trait Implementations§
Source§impl Clone for OnPrePermissionGroupDeletedEvent
impl Clone for OnPrePermissionGroupDeletedEvent
Source§fn clone(&self) -> OnPrePermissionGroupDeletedEvent
fn clone(&self) -> OnPrePermissionGroupDeletedEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OnPrePermissionGroupDeletedEvent
Source§impl Default for OnPrePermissionGroupDeletedEvent
impl Default for OnPrePermissionGroupDeletedEvent
Source§fn default() -> OnPrePermissionGroupDeletedEvent
fn default() -> OnPrePermissionGroupDeletedEvent
Returns the “default value” for a type. Read more
impl StructuralPartialEq for OnPrePermissionGroupDeletedEvent
Auto Trait Implementations§
impl Freeze for OnPrePermissionGroupDeletedEvent
impl RefUnwindSafe for OnPrePermissionGroupDeletedEvent
impl Send for OnPrePermissionGroupDeletedEvent
impl Sync for OnPrePermissionGroupDeletedEvent
impl Unpin for OnPrePermissionGroupDeletedEvent
impl UnsafeUnpin for OnPrePermissionGroupDeletedEvent
impl UnwindSafe for OnPrePermissionGroupDeletedEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more