pub struct ArbitraryResponse(pub Response<()>);Tuple Fields§
§0: Response<()>Trait Implementations§
Source§impl Arbitrary for ArbitraryResponse
impl Arbitrary for ArbitraryResponse
Source§type Strategy = ResponseStrategy
type Strategy = ResponseStrategy
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 ArbitraryResponse
impl !RefUnwindSafe for ArbitraryResponse
impl Send for ArbitraryResponse
impl Sync for ArbitraryResponse
impl Unpin for ArbitraryResponse
impl !UnwindSafe for ArbitraryResponse
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