pub struct SemanticTag {
pub namespace: TagNamespace,
pub value: String,
pub confidence: f32,
}Fields§
§namespace: TagNamespace§value: String§confidence: f32Implementations§
Source§impl SemanticTag
impl SemanticTag
pub fn to_canonical_string(&self) -> String
Trait Implementations§
Source§impl Clone for SemanticTag
impl Clone for SemanticTag
Source§fn clone(&self) -> SemanticTag
fn clone(&self) -> SemanticTag
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 SemanticTag
impl Debug for SemanticTag
Source§impl Hash for SemanticTag
impl Hash for SemanticTag
Source§impl PartialEq for SemanticTag
impl PartialEq for SemanticTag
impl Eq for SemanticTag
Auto Trait Implementations§
impl Freeze for SemanticTag
impl RefUnwindSafe for SemanticTag
impl Send for SemanticTag
impl Sync for SemanticTag
impl Unpin for SemanticTag
impl UnsafeUnpin for SemanticTag
impl UnwindSafe for SemanticTag
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