Struct dsntk_recognizer::InputEntry
source · pub struct InputEntry {
pub text: String,
}Expand description
Represents an input entry.
Fields§
§text: StringText representation of unary test that composes recognized input entry.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InputEntry
impl RefUnwindSafe for InputEntry
impl Send for InputEntry
impl Sync for InputEntry
impl Unpin for InputEntry
impl UnwindSafe for InputEntry
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