Struct naia_server::UserScopeRef
source · pub struct UserScopeRef<'s, E: Copy + Eq + Hash + Send + Sync> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'s, E> Freeze for UserScopeRef<'s, E>
impl<'s, E> !RefUnwindSafe for UserScopeRef<'s, E>
impl<'s, E> Send for UserScopeRef<'s, E>
impl<'s, E> Sync for UserScopeRef<'s, E>
impl<'s, E> Unpin for UserScopeRef<'s, E>
impl<'s, E> !UnwindSafe for UserScopeRef<'s, E>
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