pub struct PersistedSeed(/* private fields */);
Expand description
Opaque struct representing a seed which can be persisted.
The Display
and FromStr
implementations go to and from the format
Proptest uses for its persistence file.
Trait Implementations§
source§impl Clone for PersistedSeed
impl Clone for PersistedSeed
source§fn clone(&self) -> PersistedSeed
fn clone(&self) -> PersistedSeed
Returns a copy of the value. Read more
1.0.0 · 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 PersistedSeed
impl Debug for PersistedSeed
source§impl Display for PersistedSeed
impl Display for PersistedSeed
source§impl FromStr for PersistedSeed
impl FromStr for PersistedSeed
source§impl Ord for PersistedSeed
impl Ord for PersistedSeed
source§fn cmp(&self, other: &PersistedSeed) -> Ordering
fn cmp(&self, other: &PersistedSeed) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for PersistedSeed
impl PartialEq for PersistedSeed
source§impl PartialOrd for PersistedSeed
impl PartialOrd for PersistedSeed
impl Eq for PersistedSeed
impl StructuralPartialEq for PersistedSeed
Auto Trait Implementations§
impl Freeze for PersistedSeed
impl RefUnwindSafe for PersistedSeed
impl Send for PersistedSeed
impl Sync for PersistedSeed
impl Unpin for PersistedSeed
impl UnwindSafe for PersistedSeed
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)