pub struct ArbitraryMethod(pub Method);Tuple Fields§
§0: MethodTrait Implementations§
Source§impl Arbitrary for ArbitraryMethod
impl Arbitrary for ArbitraryMethod
Source§type Strategy = MethodStrategy
type Strategy = MethodStrategy
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
Source§impl Debug for ArbitraryMethod
impl Debug for ArbitraryMethod
impl Eq for ArbitraryMethod
Source§impl PartialEq for ArbitraryMethod
impl PartialEq for ArbitraryMethod
Source§fn eq(&self, other: &ArbitraryMethod) -> bool
fn eq(&self, other: &ArbitraryMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ArbitraryMethod
Auto Trait Implementations§
impl Freeze for ArbitraryMethod
impl RefUnwindSafe for ArbitraryMethod
impl Send for ArbitraryMethod
impl Sync for ArbitraryMethod
impl Unpin for ArbitraryMethod
impl UnsafeUnpin for ArbitraryMethod
impl UnwindSafe for ArbitraryMethod
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