pub struct OnPrePermissionStringImportedEvent {
pub name: &'static str,
pub player_index: u32,
pub tick: u32,
}Expand description
Called directly before a permission string is imported.
Fields§
§name: &'static str§player_index: u32§tick: u32Trait Implementations§
Source§impl Clone for OnPrePermissionStringImportedEvent
impl Clone for OnPrePermissionStringImportedEvent
Source§fn clone(&self) -> OnPrePermissionStringImportedEvent
fn clone(&self) -> OnPrePermissionStringImportedEvent
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 OnPrePermissionStringImportedEvent
Source§impl Default for OnPrePermissionStringImportedEvent
impl Default for OnPrePermissionStringImportedEvent
Source§fn default() -> OnPrePermissionStringImportedEvent
fn default() -> OnPrePermissionStringImportedEvent
Returns the “default value” for a type. Read more
impl StructuralPartialEq for OnPrePermissionStringImportedEvent
Auto Trait Implementations§
impl Freeze for OnPrePermissionStringImportedEvent
impl RefUnwindSafe for OnPrePermissionStringImportedEvent
impl Send for OnPrePermissionStringImportedEvent
impl Sync for OnPrePermissionStringImportedEvent
impl Unpin for OnPrePermissionStringImportedEvent
impl UnsafeUnpin for OnPrePermissionStringImportedEvent
impl UnwindSafe for OnPrePermissionStringImportedEvent
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