pub struct VarSubstitutionFuzzResultV0 {
pub seed: u64,
pub chain_len: usize,
pub cycle: bool,
pub result: CascadeValue,
pub expected: CascadeValue,
pub passed: bool,
}Fields§
§seed: u64§chain_len: usize§cycle: bool§result: CascadeValue§expected: CascadeValue§passed: boolTrait Implementations§
Source§impl Clone for VarSubstitutionFuzzResultV0
impl Clone for VarSubstitutionFuzzResultV0
Source§fn clone(&self) -> VarSubstitutionFuzzResultV0
fn clone(&self) -> VarSubstitutionFuzzResultV0
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 VarSubstitutionFuzzResultV0
impl Debug for VarSubstitutionFuzzResultV0
impl Eq for VarSubstitutionFuzzResultV0
Source§impl PartialEq for VarSubstitutionFuzzResultV0
impl PartialEq for VarSubstitutionFuzzResultV0
Source§fn eq(&self, other: &VarSubstitutionFuzzResultV0) -> bool
fn eq(&self, other: &VarSubstitutionFuzzResultV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VarSubstitutionFuzzResultV0
Auto Trait Implementations§
impl Freeze for VarSubstitutionFuzzResultV0
impl RefUnwindSafe for VarSubstitutionFuzzResultV0
impl Send for VarSubstitutionFuzzResultV0
impl Sync for VarSubstitutionFuzzResultV0
impl Unpin for VarSubstitutionFuzzResultV0
impl UnsafeUnpin for VarSubstitutionFuzzResultV0
impl UnwindSafe for VarSubstitutionFuzzResultV0
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