pub struct ETagMatcher(pub Selector<ETagList>);
Expand description
ETag matcher.
Tuple Fields§
§0: Selector<ETagList>
Implementations§
Trait Implementations§
Source§impl Clone for ETagMatcher
impl Clone for ETagMatcher
Source§fn clone(&self) -> ETagMatcher
fn clone(&self) -> ETagMatcher
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 ETagMatcher
impl Debug for ETagMatcher
Source§impl FromStr for ETagMatcher
impl FromStr for ETagMatcher
Source§impl Hash for ETagMatcher
impl Hash for ETagMatcher
Source§impl PartialEq for ETagMatcher
impl PartialEq for ETagMatcher
impl Eq for ETagMatcher
impl StructuralPartialEq for ETagMatcher
Auto Trait Implementations§
impl Freeze for ETagMatcher
impl RefUnwindSafe for ETagMatcher
impl Send for ETagMatcher
impl Sync for ETagMatcher
impl Unpin for ETagMatcher
impl UnwindSafe for ETagMatcher
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.