pub struct Rescue {
pub require: bool,
pub exec_check: bool,
pub min_count: usize,
}
Expand description
Rescue expectations for production safety.
Fields§
§require: bool
§exec_check: bool
§min_count: usize
Trait Implementations§
impl Copy for Rescue
Auto Trait Implementations§
impl Freeze for Rescue
impl RefUnwindSafe for Rescue
impl Send for Rescue
impl Sync for Rescue
impl Unpin for Rescue
impl UnwindSafe for Rescue
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