Struct spacetimedb::client::ClientName
source · pub struct ClientName(pub u64);Tuple Fields§
§0: u64Trait Implementations§
source§impl Clone for ClientName
impl Clone for ClientName
source§fn clone(&self) -> ClientName
fn clone(&self) -> ClientName
Returns a copy of the value. Read more
1.0.0 · 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 ClientName
impl Debug for ClientName
source§impl Hash for ClientName
impl Hash for ClientName
source§impl PartialEq for ClientName
impl PartialEq for ClientName
source§fn eq(&self, other: &ClientName) -> bool
fn eq(&self, other: &ClientName) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ClientName
impl Eq for ClientName
impl StructuralPartialEq for ClientName
Auto Trait Implementations§
impl RefUnwindSafe for ClientName
impl Send for ClientName
impl Sync for ClientName
impl Unpin for ClientName
impl UnwindSafe for ClientName
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more