pub struct DummyInterceptor;Trait Implementations§
Source§impl Clone for DummyInterceptor
impl Clone for DummyInterceptor
Source§fn clone(&self) -> DummyInterceptor
fn clone(&self) -> DummyInterceptor
Returns a copy 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 ReqInterceptor for DummyInterceptor
impl ReqInterceptor for DummyInterceptor
async fn intercept( &self, req: Request<Incoming>, _ip: SocketAddr, ) -> InterceptResult
Auto Trait Implementations§
impl Freeze for DummyInterceptor
impl RefUnwindSafe for DummyInterceptor
impl Send for DummyInterceptor
impl Sync for DummyInterceptor
impl Unpin for DummyInterceptor
impl UnwindSafe for DummyInterceptor
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