pub struct EntityQueryResult {
pub memories: Vec<MemoryId>,
}Expand description
Result from entity graph queries
Fields§
§memories: Vec<MemoryId>List of memory IDs that relate to the queried entity
Trait Implementations§
Source§impl Clone for EntityQueryResult
impl Clone for EntityQueryResult
Source§fn clone(&self) -> EntityQueryResult
fn clone(&self) -> EntityQueryResult
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for EntityQueryResult
impl RefUnwindSafe for EntityQueryResult
impl Send for EntityQueryResult
impl Sync for EntityQueryResult
impl Unpin for EntityQueryResult
impl UnsafeUnpin for EntityQueryResult
impl UnwindSafe for EntityQueryResult
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