Struct naia_server::UserKey
source · [−]pub struct UserKey(_);Trait Implementations
sourceimpl PartialEq<UserKey> for UserKey
impl PartialEq<UserKey> for UserKey
impl Copy for UserKey
impl Eq for UserKey
impl StructuralEq for UserKey
impl StructuralPartialEq for UserKey
Auto Trait Implementations
impl RefUnwindSafe for UserKey
impl Send for UserKey
impl Sync for UserKey
impl Unpin for UserKey
impl UnwindSafe for UserKey
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