Struct naia_server::DelegateEntityEvent
source · pub struct DelegateEntityEvent;Auto Trait Implementations§
impl Freeze for DelegateEntityEvent
impl RefUnwindSafe for DelegateEntityEvent
impl Send for DelegateEntityEvent
impl Sync for DelegateEntityEvent
impl Unpin for DelegateEntityEvent
impl UnwindSafe for DelegateEntityEvent
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