pub struct ArbitraryHeaderName(pub HeaderName);Tuple Fields§
§0: HeaderNameTrait Implementations§
Source§impl Arbitrary for ArbitraryHeaderName
impl Arbitrary for ArbitraryHeaderName
Source§type Strategy = HeaderNameStrategy
type Strategy = HeaderNameStrategy
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 ArbitraryHeaderName
impl Clone for ArbitraryHeaderName
Source§fn clone(&self) -> ArbitraryHeaderName
fn clone(&self) -> ArbitraryHeaderName
Returns a duplicate 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 ArbitraryHeaderName
impl Debug for ArbitraryHeaderName
Source§impl PartialEq for ArbitraryHeaderName
impl PartialEq for ArbitraryHeaderName
impl Eq for ArbitraryHeaderName
impl StructuralPartialEq for ArbitraryHeaderName
Auto Trait Implementations§
impl !Freeze for ArbitraryHeaderName
impl RefUnwindSafe for ArbitraryHeaderName
impl Send for ArbitraryHeaderName
impl Sync for ArbitraryHeaderName
impl Unpin for ArbitraryHeaderName
impl UnwindSafe for ArbitraryHeaderName
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