pub struct AnyTagMatch {}
Expand description
Matches all tags
Trait Implementations§
Source§impl Debug for AnyTagMatch
impl Debug for AnyTagMatch
Source§impl Default for AnyTagMatch
impl Default for AnyTagMatch
Source§fn default() -> AnyTagMatch
fn default() -> AnyTagMatch
Returns the “default value” for a type. Read more
Source§impl PartialEq for AnyTagMatch
impl PartialEq for AnyTagMatch
Source§impl TagMatcher for AnyTagMatch
impl TagMatcher for AnyTagMatch
impl StructuralPartialEq for AnyTagMatch
Auto Trait Implementations§
impl Freeze for AnyTagMatch
impl RefUnwindSafe for AnyTagMatch
impl Send for AnyTagMatch
impl Sync for AnyTagMatch
impl Unpin for AnyTagMatch
impl UnwindSafe for AnyTagMatch
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