pub struct SemanticConceptCandidate {
pub stable_key: String,
pub label: String,
pub detail: String,
pub embedding_text: String,
}Fields§
§stable_key: String§label: String§detail: String§embedding_text: StringImplementations§
Trait Implementations§
Source§impl Clone for SemanticConceptCandidate
impl Clone for SemanticConceptCandidate
Source§fn clone(&self) -> SemanticConceptCandidate
fn clone(&self) -> SemanticConceptCandidate
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 SemanticConceptCandidate
impl Debug for SemanticConceptCandidate
impl Eq for SemanticConceptCandidate
Source§impl PartialEq for SemanticConceptCandidate
impl PartialEq for SemanticConceptCandidate
Source§fn eq(&self, other: &SemanticConceptCandidate) -> bool
fn eq(&self, other: &SemanticConceptCandidate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SemanticConceptCandidate
Auto Trait Implementations§
impl Freeze for SemanticConceptCandidate
impl RefUnwindSafe for SemanticConceptCandidate
impl Send for SemanticConceptCandidate
impl Sync for SemanticConceptCandidate
impl Unpin for SemanticConceptCandidate
impl UnsafeUnpin for SemanticConceptCandidate
impl UnwindSafe for SemanticConceptCandidate
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