pub struct HermeticEnv { /* private fields */ }Expand description
Builder for the exact environment both executed and recorded in repro.
Implementations§
Trait Implementations§
Source§impl Clone for HermeticEnv
impl Clone for HermeticEnv
Source§fn clone(&self) -> HermeticEnv
fn clone(&self) -> HermeticEnv
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 HermeticEnv
impl Debug for HermeticEnv
Auto Trait Implementations§
impl Freeze for HermeticEnv
impl RefUnwindSafe for HermeticEnv
impl Send for HermeticEnv
impl Sync for HermeticEnv
impl Unpin for HermeticEnv
impl UnsafeUnpin for HermeticEnv
impl UnwindSafe for HermeticEnv
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