Struct dsntk_model::InputClause
source · pub struct InputClause {
pub input_expression: String,
pub allowed_input_values: Option<String>,
}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
impl Eq for InputClause
impl StructuralPartialEq for InputClause
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.