pub struct InterceptorFactory;Expand description
Factory for creating pre-built interceptors
Implementations§
Source§impl InterceptorFactory
impl InterceptorFactory
Sourcepub fn logging() -> LoggingInterceptor
pub fn logging() -> LoggingInterceptor
Create a logging interceptor that prints requests/responses
Auto Trait Implementations§
impl Freeze for InterceptorFactory
impl RefUnwindSafe for InterceptorFactory
impl Send for InterceptorFactory
impl Sync for InterceptorFactory
impl Unpin for InterceptorFactory
impl UnsafeUnpin for InterceptorFactory
impl UnwindSafe for InterceptorFactory
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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