Struct partial_io::quickcheck_types::GenWouldBlock
source · [−]pub struct GenWouldBlock;
Available on crate feature
quickcheck1
only.Expand description
Generate an ErrorKind::WouldBlock
error 20% of the time.
See the module level documentation for more.
Trait Implementations
sourceimpl Clone for GenWouldBlock
impl Clone for GenWouldBlock
sourcefn clone(&self) -> GenWouldBlock
fn clone(&self) -> GenWouldBlock
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GenWouldBlock
impl Debug for GenWouldBlock
sourceimpl Default for GenWouldBlock
impl Default for GenWouldBlock
sourcefn default() -> GenWouldBlock
fn default() -> GenWouldBlock
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GenWouldBlock
impl Send for GenWouldBlock
impl Sync for GenWouldBlock
impl Unpin for GenWouldBlock
impl UnwindSafe for GenWouldBlock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more