pub struct AnyMatcher;Expand description
A matcher that accepts any input.
Trait Implementations§
Source§impl Clone for AnyMatcher
impl Clone for AnyMatcher
Source§fn clone(&self) -> AnyMatcher
fn clone(&self) -> AnyMatcher
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 moreimpl Copy for AnyMatcher
Source§impl Debug for AnyMatcher
impl Debug for AnyMatcher
Source§impl Default for AnyMatcher
impl Default for AnyMatcher
Source§fn default() -> AnyMatcher
fn default() -> AnyMatcher
Returns the “default value” for a type. Read more
impl Eq for AnyMatcher
Source§impl Hash for AnyMatcher
impl Hash for AnyMatcher
Source§impl PartialEq for AnyMatcher
impl PartialEq for AnyMatcher
Source§fn eq(&self, other: &AnyMatcher) -> bool
fn eq(&self, other: &AnyMatcher) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AnyMatcher
Auto Trait Implementations§
impl Freeze for AnyMatcher
impl RefUnwindSafe for AnyMatcher
impl Send for AnyMatcher
impl Sync for AnyMatcher
impl Unpin for AnyMatcher
impl UnsafeUnpin for AnyMatcher
impl UnwindSafe for AnyMatcher
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