pub struct JavascriptRegressionCase {
pub id: &'static str,
pub evidence: &'static str,
}Expand description
Regression obligation tied to a concrete checked behavior.
Fields§
§id: &'static strStable case id.
evidence: &'static strSource module whose tests prove the behavior.
Trait Implementations§
Source§impl Clone for JavascriptRegressionCase
impl Clone for JavascriptRegressionCase
Source§fn clone(&self) -> JavascriptRegressionCase
fn clone(&self) -> JavascriptRegressionCase
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for JavascriptRegressionCase
Source§impl Debug for JavascriptRegressionCase
impl Debug for JavascriptRegressionCase
impl Eq for JavascriptRegressionCase
Source§impl PartialEq for JavascriptRegressionCase
impl PartialEq for JavascriptRegressionCase
impl StructuralPartialEq for JavascriptRegressionCase
Auto Trait Implementations§
impl Freeze for JavascriptRegressionCase
impl RefUnwindSafe for JavascriptRegressionCase
impl Send for JavascriptRegressionCase
impl Sync for JavascriptRegressionCase
impl Unpin for JavascriptRegressionCase
impl UnsafeUnpin for JavascriptRegressionCase
impl UnwindSafe for JavascriptRegressionCase
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§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.