pub struct SemanticLayer {
pub semantic_matches: Vec<SemanticMatchRecord>,
pub ranked_candidates: Vec<SemanticMatchRecord>,
pub structural_delta_metrics: StructuralDeltaMetrics,
}Fields§
§semantic_matches: Vec<SemanticMatchRecord>§ranked_candidates: Vec<SemanticMatchRecord>§structural_delta_metrics: StructuralDeltaMetricsTrait Implementations§
Source§impl Clone for SemanticLayer
impl Clone for SemanticLayer
Source§fn clone(&self) -> SemanticLayer
fn clone(&self) -> SemanticLayer
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 moreSource§impl Debug for SemanticLayer
impl Debug for SemanticLayer
Auto Trait Implementations§
impl Freeze for SemanticLayer
impl RefUnwindSafe for SemanticLayer
impl Send for SemanticLayer
impl Sync for SemanticLayer
impl Unpin for SemanticLayer
impl UnsafeUnpin for SemanticLayer
impl UnwindSafe for SemanticLayer
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