pub struct QuickcheckOpts {
pub no_eof: bool,
}Fields§
§no_eof: boolSkip the BGZF EOF check (the -u / --no-eof flag).
Trait Implementations§
Source§impl Clone for QuickcheckOpts
impl Clone for QuickcheckOpts
Source§fn clone(&self) -> QuickcheckOpts
fn clone(&self) -> QuickcheckOpts
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 QuickcheckOpts
impl Debug for QuickcheckOpts
Source§impl Default for QuickcheckOpts
impl Default for QuickcheckOpts
Source§fn default() -> QuickcheckOpts
fn default() -> QuickcheckOpts
Returns the “default value” for a type. Read more
impl Copy for QuickcheckOpts
Auto Trait Implementations§
impl Freeze for QuickcheckOpts
impl RefUnwindSafe for QuickcheckOpts
impl Send for QuickcheckOpts
impl Sync for QuickcheckOpts
impl Unpin for QuickcheckOpts
impl UnsafeUnpin for QuickcheckOpts
impl UnwindSafe for QuickcheckOpts
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