pub struct GlobalEntity(/* private fields */);Expand description
Stable, process-wide identifier for a replicated entity, independent of any ECS-local handle.
Trait Implementations§
Source§impl BigMapKey for GlobalEntity
impl BigMapKey for GlobalEntity
Source§impl Clone for GlobalEntity
impl Clone for GlobalEntity
Source§fn clone(&self) -> GlobalEntity
fn clone(&self) -> GlobalEntity
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 GlobalEntity
impl Debug for GlobalEntity
Source§impl Hash for GlobalEntity
impl Hash for GlobalEntity
Source§impl PartialEq for GlobalEntity
impl PartialEq for GlobalEntity
Source§fn eq(&self, other: &GlobalEntity) -> bool
fn eq(&self, other: &GlobalEntity) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serde for GlobalEntity
impl Serde for GlobalEntity
impl Copy for GlobalEntity
impl Eq for GlobalEntity
impl StructuralPartialEq for GlobalEntity
Auto Trait Implementations§
impl Freeze for GlobalEntity
impl RefUnwindSafe for GlobalEntity
impl Send for GlobalEntity
impl Sync for GlobalEntity
impl Unpin for GlobalEntity
impl UnsafeUnpin for GlobalEntity
impl UnwindSafe for GlobalEntity
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