Struct dsntk_recognizer::OutputClause
source · pub struct OutputClause {
pub name: Option<String>,
pub allowed_output_values: Option<String>,
pub default_output_entry: Option<String>,
}Expand description
Represents an output clause.
Fields§
§name: Option<String>The name of the output component when the decision table contains more than one output clause.
allowed_output_values: Option<String>Unary tests that constrain the result of output entries corresponding to output clause.
default_output_entry: Option<String>Default output expression, selected in incomplete table when no rules match for the decision table.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutputClause
impl RefUnwindSafe for OutputClause
impl Send for OutputClause
impl Sync for OutputClause
impl Unpin for OutputClause
impl UnwindSafe for OutputClause
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