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