pub struct ExactMatcher;Trait Implementations§
Source§impl Debug for ExactMatcher
impl Debug for ExactMatcher
Source§impl RequestMatcher for ExactMatcher
impl RequestMatcher for ExactMatcher
fn matches( &self, request: &Request, recorded_request: &SerializableRequest, ) -> bool
fn matches_serializable( &self, request: &SerializableRequest, recorded_request: &SerializableRequest, ) -> bool
Auto Trait Implementations§
impl Freeze for ExactMatcher
impl RefUnwindSafe for ExactMatcher
impl Send for ExactMatcher
impl Sync for ExactMatcher
impl Unpin for ExactMatcher
impl UnwindSafe for ExactMatcher
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