Struct dsntk_recognizer::AnnotationEntry
source · pub struct AnnotationEntry {
pub text: String,
}Expand description
Represents a rule annotation entry.
Fields§
§text: StringText representation of the rule annotation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnnotationEntry
impl RefUnwindSafe for AnnotationEntry
impl Send for AnnotationEntry
impl Sync for AnnotationEntry
impl Unpin for AnnotationEntry
impl UnwindSafe for AnnotationEntry
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