pub struct ExactTagMatch { /* private fields */ }Expand description
Matches tags against needle provided as 'static str
Trait Implementations§
Source§impl Debug for ExactTagMatch
impl Debug for ExactTagMatch
Source§impl PartialEq for ExactTagMatch
impl PartialEq for ExactTagMatch
Source§fn eq(&self, other: &ExactTagMatch) -> bool
fn eq(&self, other: &ExactTagMatch) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExactTagMatch
Source§impl TagMatcher for ExactTagMatch
impl TagMatcher for ExactTagMatch
Auto Trait Implementations§
impl Freeze for ExactTagMatch
impl RefUnwindSafe for ExactTagMatch
impl Send for ExactTagMatch
impl Sync for ExactTagMatch
impl Unpin for ExactTagMatch
impl UnsafeUnpin for ExactTagMatch
impl UnwindSafe for ExactTagMatch
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