Struct ark_api::behavior::AspectAddr
source · [−]Expand description
An aspect’s address, comprising an aspect guid and an actor id
Fields
aspect_guid: Guid
A unique identifier for an aspect type
actor_id: ActorId
The actor this aspect lives on
Trait Implementations
sourceimpl Clone for AspectAddr
impl Clone for AspectAddr
sourcefn clone(&self) -> AspectAddr
fn clone(&self) -> AspectAddr
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for AspectAddr
impl Debug for AspectAddr
sourceimpl PartialEq<AspectAddr> for AspectAddr
impl PartialEq<AspectAddr> for AspectAddr
sourcefn eq(&self, other: &AspectAddr) -> bool
fn eq(&self, other: &AspectAddr) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for AspectAddr
impl Eq for AspectAddr
impl StructuralEq for AspectAddr
impl StructuralPartialEq for AspectAddr
Auto Trait Implementations
impl RefUnwindSafe for AspectAddr
impl Send for AspectAddr
impl Sync for AspectAddr
impl Unpin for AspectAddr
impl UnwindSafe for AspectAddr
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