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§
Source§impl Clone for GenWouldBlock
impl Clone for GenWouldBlock
Source§fn clone(&self) -> GenWouldBlock
fn clone(&self) -> GenWouldBlock
Returns a copy of the value. Read more
1.0.0 · 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 GenWouldBlock
impl Debug for GenWouldBlock
Source§impl Default for GenWouldBlock
impl Default for GenWouldBlock
Source§fn default() -> GenWouldBlock
fn default() -> GenWouldBlock
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GenWouldBlock
impl RefUnwindSafe for GenWouldBlock
impl Send for GenWouldBlock
impl Sync for GenWouldBlock
impl Unpin for GenWouldBlock
impl UnwindSafe for GenWouldBlock
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