Struct naia_server::UserRef
source · [−]pub struct UserRef<'s, P: ProtocolType, E: Copy + Eq + Hash> { /* private fields */ }Implementations
Auto Trait Implementations
impl<'s, P, E> !RefUnwindSafe for UserRef<'s, P, E>
impl<'s, P, E> Send for UserRef<'s, P, E> where
E: Sync,
impl<'s, P, E> Sync for UserRef<'s, P, E> where
E: Sync,
impl<'s, P, E> Unpin for UserRef<'s, P, E>
impl<'s, P, E> !UnwindSafe for UserRef<'s, P, E>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more