pub struct NetplayClientId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for NetplayClientId
impl Clone for NetplayClientId
Source§fn clone(&self) -> NetplayClientId
fn clone(&self) -> NetplayClientId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NetplayClientId
impl Debug for NetplayClientId
Source§impl Default for NetplayClientId
impl Default for NetplayClientId
Source§fn default() -> NetplayClientId
fn default() -> NetplayClientId
Returns the “default value” for a type. Read more
Source§impl Hash for NetplayClientId
impl Hash for NetplayClientId
Source§impl PartialEq for NetplayClientId
impl PartialEq for NetplayClientId
Source§fn eq(&self, other: &NetplayClientId) -> bool
fn eq(&self, other: &NetplayClientId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for NetplayClientId
impl Eq for NetplayClientId
impl StructuralPartialEq for NetplayClientId
Auto Trait Implementations§
impl Freeze for NetplayClientId
impl RefUnwindSafe for NetplayClientId
impl Send for NetplayClientId
impl Sync for NetplayClientId
impl Unpin for NetplayClientId
impl UnsafeUnpin for NetplayClientId
impl UnwindSafe for NetplayClientId
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