Enum tty_form::dependency::Evaluation
source · Expand description
An evaluation to apply to the source of a dependency.
Variants
IsEmpty
Evaluates true if the source is empty.
Equal(String)
Evaluates true if the source’s value matches the evaluation parameter.
NotEqual(String)
Evaluates true if the source’s value is different from the evaluation parameter.
Trait Implementations
sourceimpl Clone for Evaluation
impl Clone for Evaluation
sourcefn clone(&self) -> Evaluation
fn clone(&self) -> Evaluation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for Evaluation
impl Send for Evaluation
impl Sync for Evaluation
impl Unpin for Evaluation
impl UnwindSafe for Evaluation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more