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