pub struct MiddlewareMatcher { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for MiddlewareMatcher
impl Clone for MiddlewareMatcher
Source§fn clone(&self) -> MiddlewareMatcher
fn clone(&self) -> MiddlewareMatcher
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 MiddlewareMatcher
impl Debug for MiddlewareMatcher
Auto Trait Implementations§
impl Freeze for MiddlewareMatcher
impl RefUnwindSafe for MiddlewareMatcher
impl Send for MiddlewareMatcher
impl Sync for MiddlewareMatcher
impl Unpin for MiddlewareMatcher
impl UnwindSafe for MiddlewareMatcher
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