pub struct MemoryHypothesizer<'a> { /* private fields */ }Expand description
Branches recalled from procedures that have worked on this subject.
Implementations§
Source§impl<'a> MemoryHypothesizer<'a>
impl<'a> MemoryHypothesizer<'a>
pub fn new(store: &'a MemoryStore) -> Self
Trait Implementations§
Source§impl Hypothesizer for MemoryHypothesizer<'_>
impl Hypothesizer for MemoryHypothesizer<'_>
Auto Trait Implementations§
impl<'a> Freeze for MemoryHypothesizer<'a>
impl<'a> RefUnwindSafe for MemoryHypothesizer<'a>
impl<'a> Send for MemoryHypothesizer<'a>
impl<'a> Sync for MemoryHypothesizer<'a>
impl<'a> Unpin for MemoryHypothesizer<'a>
impl<'a> UnsafeUnpin for MemoryHypothesizer<'a>
impl<'a> UnwindSafe for MemoryHypothesizer<'a>
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