pub struct ArbitraryRequest(pub Request<()>);
Tuple Fields§
§0: Request<()>
Trait Implementations§
Source§impl Arbitrary for ArbitraryRequest
impl Arbitrary for ArbitraryRequest
Source§type Strategy = RequestStrategy
type Strategy = RequestStrategy
The type of
Strategy
used to generate values of type Self
.Source§type Parameters = ()
type Parameters = ()
The type of parameters that
arbitrary_with
accepts for configuration
of the generated Strategy
. Parameters must implement Default
.Source§fn arbitrary_with((): Self::Parameters) -> Self::Strategy
fn arbitrary_with((): Self::Parameters) -> Self::Strategy
Auto Trait Implementations§
impl !Freeze for ArbitraryRequest
impl !RefUnwindSafe for ArbitraryRequest
impl Send for ArbitraryRequest
impl Sync for ArbitraryRequest
impl Unpin for ArbitraryRequest
impl !UnwindSafe for ArbitraryRequest
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