Struct dsntk_model::InputClause
source · pub struct InputClause {
pub input_expression: String,
pub allowed_input_values: Option<String>,
}Expand description
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§
source§impl Clone for InputClause
impl Clone for InputClause
source§fn clone(&self) -> InputClause
fn clone(&self) -> InputClause
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for InputClause
impl Debug for InputClause
source§impl PartialEq for InputClause
impl PartialEq for InputClause
source§fn eq(&self, other: &InputClause) -> bool
fn eq(&self, other: &InputClause) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for InputClause
impl StructuralEq for InputClause
impl StructuralPartialEq for InputClause
Auto Trait Implementations§
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.