Struct dsntk_recognizer::DecisionRule
source · pub struct DecisionRule {
pub input_entries: Vec<InputEntry>,
pub output_entries: Vec<OutputEntry>,
pub annotation_entries: Vec<AnnotationEntry>,
}Expand description
Represents a decision rule.
Fields§
§input_entries: Vec<InputEntry>Ordered list of input entries that compose decision rule.
output_entries: Vec<OutputEntry>Ordered list of output entries that compose decision rule.
annotation_entries: Vec<AnnotationEntry>Ordered list of rule annotations that compose decision rule.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecisionRule
impl RefUnwindSafe for DecisionRule
impl Send for DecisionRule
impl Sync for DecisionRule
impl Unpin for DecisionRule
impl UnwindSafe for DecisionRule
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