pub struct EntitySearchResult {
pub entity: Entity,
pub score: f32,
}Expand description
Result of searching entities
Fields§
§entity: Entity§score: f32Trait Implementations§
Source§impl Clone for EntitySearchResult
impl Clone for EntitySearchResult
Source§fn clone(&self) -> EntitySearchResult
fn clone(&self) -> EntitySearchResult
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 moreAuto Trait Implementations§
impl Freeze for EntitySearchResult
impl RefUnwindSafe for EntitySearchResult
impl Send for EntitySearchResult
impl Sync for EntitySearchResult
impl Unpin for EntitySearchResult
impl UnsafeUnpin for EntitySearchResult
impl UnwindSafe for EntitySearchResult
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