Struct naia_shared::EntityHandle
source · pub struct EntityHandle(_);Trait Implementations§
source§impl BigMapKey for EntityHandle
impl BigMapKey for EntityHandle
source§impl Clone for EntityHandle
impl Clone for EntityHandle
source§fn clone(&self) -> EntityHandle
fn clone(&self) -> EntityHandle
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 EntityHandle
impl Debug for EntityHandle
source§impl Hash for EntityHandle
impl Hash for EntityHandle
source§impl PartialEq<EntityHandle> for EntityHandle
impl PartialEq<EntityHandle> for EntityHandle
source§fn eq(&self, other: &EntityHandle) -> bool
fn eq(&self, other: &EntityHandle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.