Struct dsntk_recognizer::InputClause
source · pub struct InputClause {
pub input_expression: String,
pub allowed_input_values: Option<String>,
}Expand description
Represents an input clause.
Fields§
§input_expression: StringThe subject of this input clause, text representation of unary tests.
allowed_input_values: Option<String>Optional unary tests that constrain the result of input expression of this input clause.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InputClause
impl RefUnwindSafe for InputClause
impl Send for InputClause
impl Sync for InputClause
impl Unpin for InputClause
impl UnwindSafe for InputClause
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