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 · 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 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
Source§impl Hash for AnyMatcher
impl Hash for AnyMatcher
Source§impl PartialEq for AnyMatcher
impl PartialEq for AnyMatcher
impl Copy for AnyMatcher
impl Eq for AnyMatcher
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 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