pub struct EntityAuthGrantedEvent;Auto Trait Implementations§
impl Freeze for EntityAuthGrantedEvent
impl RefUnwindSafe for EntityAuthGrantedEvent
impl Send for EntityAuthGrantedEvent
impl Sync for EntityAuthGrantedEvent
impl Unpin for EntityAuthGrantedEvent
impl UnwindSafe for EntityAuthGrantedEvent
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