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§impl TagMatcher for ExactTagMatch
impl TagMatcher for ExactTagMatch
impl StructuralPartialEq 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 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