pub struct CompoundOmittedAnchor {
pub node_id: String,
pub matched_terms: Vec<String>,
pub confidence: Confidence,
pub score: i64,
pub reason: String,
}Fields§
§node_id: String§matched_terms: Vec<String>§confidence: Confidence§score: i64§reason: StringTrait Implementations§
Source§impl Clone for CompoundOmittedAnchor
impl Clone for CompoundOmittedAnchor
Source§fn clone(&self) -> CompoundOmittedAnchor
fn clone(&self) -> CompoundOmittedAnchor
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 CompoundOmittedAnchor
impl Debug for CompoundOmittedAnchor
impl Eq for CompoundOmittedAnchor
Source§impl PartialEq for CompoundOmittedAnchor
impl PartialEq for CompoundOmittedAnchor
Source§fn eq(&self, other: &CompoundOmittedAnchor) -> bool
fn eq(&self, other: &CompoundOmittedAnchor) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CompoundOmittedAnchor
impl Serialize for CompoundOmittedAnchor
impl StructuralPartialEq for CompoundOmittedAnchor
Auto Trait Implementations§
impl Freeze for CompoundOmittedAnchor
impl RefUnwindSafe for CompoundOmittedAnchor
impl Send for CompoundOmittedAnchor
impl Sync for CompoundOmittedAnchor
impl Unpin for CompoundOmittedAnchor
impl UnsafeUnpin for CompoundOmittedAnchor
impl UnwindSafe for CompoundOmittedAnchor
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