Struct jj_lib::matchers::EverythingMatcher
source · pub struct EverythingMatcher;
Trait Implementations§
source§impl Debug for EverythingMatcher
impl Debug for EverythingMatcher
source§impl Matcher for EverythingMatcher
impl Matcher for EverythingMatcher
source§impl PartialEq for EverythingMatcher
impl PartialEq for EverythingMatcher
source§fn eq(&self, other: &EverythingMatcher) -> bool
fn eq(&self, other: &EverythingMatcher) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for EverythingMatcher
impl StructuralEq for EverythingMatcher
impl StructuralPartialEq for EverythingMatcher
Auto Trait Implementations§
impl RefUnwindSafe for EverythingMatcher
impl Send for EverythingMatcher
impl Sync for EverythingMatcher
impl Unpin for EverythingMatcher
impl UnwindSafe for EverythingMatcher
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