pub struct PanicSettings {
pub has_try_fn: bool,
}Fields§
§has_try_fn: boolGenerate an entry point that defers the panic. Used for fuzzing, PBT, etc.
Trait Implementations§
Source§impl Clone for PanicSettings
impl Clone for PanicSettings
Source§fn clone(&self) -> PanicSettings
fn clone(&self) -> PanicSettings
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 moreAuto Trait Implementations§
impl Freeze for PanicSettings
impl RefUnwindSafe for PanicSettings
impl Send for PanicSettings
impl Sync for PanicSettings
impl Unpin for PanicSettings
impl UnsafeUnpin for PanicSettings
impl UnwindSafe for PanicSettings
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