pub struct DummyInterceptor;Expand description
空实现的请求拦截器
默认不执行任何拦截操作,直接继续处理请求
Trait Implementations§
Source§impl Clone for DummyInterceptor
impl Clone for DummyInterceptor
Source§fn clone(&self) -> DummyInterceptor
fn clone(&self) -> DummyInterceptor
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 ReqInterceptor for DummyInterceptor
impl ReqInterceptor for DummyInterceptor
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