pub struct ArbitraryHeaderMap(pub HeaderMap);
Tuple Fields§
§0: HeaderMap
Trait Implementations§
Source§impl Arbitrary for ArbitraryHeaderMap
impl Arbitrary for ArbitraryHeaderMap
Source§type Strategy = HeaderMapStrategy
type Strategy = HeaderMapStrategy
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 Clone for ArbitraryHeaderMap
impl Clone for ArbitraryHeaderMap
Source§fn clone(&self) -> ArbitraryHeaderMap
fn clone(&self) -> ArbitraryHeaderMap
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 ArbitraryHeaderMap
impl Debug for ArbitraryHeaderMap
Source§impl PartialEq for ArbitraryHeaderMap
impl PartialEq for ArbitraryHeaderMap
impl Eq for ArbitraryHeaderMap
impl StructuralPartialEq for ArbitraryHeaderMap
Auto Trait Implementations§
impl Freeze for ArbitraryHeaderMap
impl RefUnwindSafe for ArbitraryHeaderMap
impl Send for ArbitraryHeaderMap
impl Sync for ArbitraryHeaderMap
impl Unpin for ArbitraryHeaderMap
impl UnwindSafe for ArbitraryHeaderMap
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