pub enum AssertionSource {
MutationSurvivor,
FuzzRepro,
GeneratedTestFailure,
DifferentialReplay,
CoverageGap,
}Variants§
Trait Implementations§
Source§impl Clone for AssertionSource
impl Clone for AssertionSource
Source§fn clone(&self) -> AssertionSource
fn clone(&self) -> AssertionSource
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 moreSource§impl Debug for AssertionSource
impl Debug for AssertionSource
Source§impl<'de> Deserialize<'de> for AssertionSource
impl<'de> Deserialize<'de> for AssertionSource
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AssertionSource
impl PartialEq for AssertionSource
Source§fn eq(&self, other: &AssertionSource) -> bool
fn eq(&self, other: &AssertionSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AssertionSource
impl Serialize for AssertionSource
impl Copy for AssertionSource
impl Eq for AssertionSource
impl StructuralPartialEq for AssertionSource
Auto Trait Implementations§
impl Freeze for AssertionSource
impl RefUnwindSafe for AssertionSource
impl Send for AssertionSource
impl Sync for AssertionSource
impl Unpin for AssertionSource
impl UnsafeUnpin for AssertionSource
impl UnwindSafe for AssertionSource
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