pub struct EntityAuthDeniedEvent;Expand description
Fires when the server denies this client’s authority request for a delegated entity.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntityAuthDeniedEvent
impl RefUnwindSafe for EntityAuthDeniedEvent
impl Send for EntityAuthDeniedEvent
impl Sync for EntityAuthDeniedEvent
impl Unpin for EntityAuthDeniedEvent
impl UnsafeUnpin for EntityAuthDeniedEvent
impl UnwindSafe for EntityAuthDeniedEvent
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