pub struct SemanticMatch {
pub timestamp: f64,
pub feature_id: String,
pub heuristic_id: String,
pub motif_type: String,
pub grammar_state: String,
pub action: String,
}Fields§
§timestamp: f64§feature_id: String§heuristic_id: String§motif_type: String§grammar_state: String§action: StringTrait Implementations§
Source§impl Clone for SemanticMatch
impl Clone for SemanticMatch
Source§fn clone(&self) -> SemanticMatch
fn clone(&self) -> SemanticMatch
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 SemanticMatch
impl Debug for SemanticMatch
Source§impl<'de> Deserialize<'de> for SemanticMatch
impl<'de> Deserialize<'de> for SemanticMatch
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SemanticMatch
impl PartialEq for SemanticMatch
Source§impl Serialize for SemanticMatch
impl Serialize for SemanticMatch
impl StructuralPartialEq for SemanticMatch
Auto Trait Implementations§
impl Freeze for SemanticMatch
impl RefUnwindSafe for SemanticMatch
impl Send for SemanticMatch
impl Sync for SemanticMatch
impl Unpin for SemanticMatch
impl UnsafeUnpin for SemanticMatch
impl UnwindSafe for SemanticMatch
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