pub struct HeaderMatch { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for HeaderMatch
impl Clone for HeaderMatch
Source§fn clone(&self) -> HeaderMatch
fn clone(&self) -> HeaderMatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HeaderMatch
impl Debug for HeaderMatch
Source§impl Default for HeaderMatch
impl Default for HeaderMatch
Source§impl From<HeaderMatch> for HeaderMatch
impl From<HeaderMatch> for HeaderMatch
Source§fn from(value: HeaderMatch) -> Self
fn from(value: HeaderMatch) -> Self
Converts to this type from the input type.
Source§impl TryFrom<HeaderMatch> for HeaderMatch
impl TryFrom<HeaderMatch> for HeaderMatch
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: HeaderMatch) -> Result<Self, ConversionError>
fn try_from(value: HeaderMatch) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for HeaderMatch
impl RefUnwindSafe for HeaderMatch
impl Send for HeaderMatch
impl Sync for HeaderMatch
impl Unpin for HeaderMatch
impl UnsafeUnpin for HeaderMatch
impl UnwindSafe for HeaderMatch
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