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 moreimpl Copy for AssertionSource
Source§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
impl Eq for AssertionSource
Source§impl PartialEq for AssertionSource
impl PartialEq for AssertionSource
Source§impl Serialize for AssertionSource
impl Serialize 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