Struct naia_server::RequestEvent
source · pub struct RequestEvent<C: Channel, Q: Request> { /* private fields */ }Auto Trait Implementations§
impl<C, Q> Freeze for RequestEvent<C, Q>
impl<C, Q> RefUnwindSafe for RequestEvent<C, Q>where
C: RefUnwindSafe,
Q: RefUnwindSafe,
impl<C, Q> Send for RequestEvent<C, Q>where
C: Send,
impl<C, Q> Sync for RequestEvent<C, Q>where
C: Sync,
impl<C, Q> Unpin for RequestEvent<C, Q>
impl<C, Q> UnwindSafe for RequestEvent<C, Q>where
C: UnwindSafe,
Q: UnwindSafe,
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