pub struct SimpleRequestMatcher;
Expand description
Simple request matcher that matches on operation and path
Trait Implementations§
Source§impl RequestMatcher for SimpleRequestMatcher
impl RequestMatcher for SimpleRequestMatcher
Source§fn match_score(&self, _request: &ProtocolRequest) -> f64
fn match_score(&self, _request: &ProtocolRequest) -> f64
Match a request and return a score (higher = better match)
Auto Trait Implementations§
impl Freeze for SimpleRequestMatcher
impl RefUnwindSafe for SimpleRequestMatcher
impl Send for SimpleRequestMatcher
impl Sync for SimpleRequestMatcher
impl Unpin for SimpleRequestMatcher
impl UnwindSafe for SimpleRequestMatcher
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